ConditionalRecordAttribute Constructor |
Allow to declaratively show what records must be included or excluded
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic ConditionalRecordAttribute(
RecordCondition condition,
string conditionSelector
)
Public Sub New (
condition As RecordCondition,
conditionSelector As String
)
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