Click or drag to resize

ConditionalRecordAttribute Constructor

Allow to declaratively show what records must be included or excluded

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public ConditionalRecordAttribute(
	RecordCondition condition,
	string conditionSelector
)

Parameters

condition
Type: FileHelpersRecordCondition
The condition used to include or exclude each record RecordConditionconditions
conditionSelector
Type: SystemString
The selector (match string) for the condition.
See Also