MasterDetailSelector Delegate |
Delegate thats determines the Type of the current record (Master, Detail, Skip)
Namespace:
FileHelpers.MasterDetail
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax public delegate RecordAction MasterDetailSelector(
string recordString
)
Public Delegate Function MasterDetailSelector (
recordString As String
) As RecordAction
Parameters
- recordString
- Type: SystemString
The string of the current record.
Return Value
Type:
RecordActionthe action used for the current record (Master, Detail, Skip)
See Also