Delegate thats determines the Type of the current record (Master, Detail, Skip)
[Visual Basic]
Public Delegate Function MasterDetailSelector( _
ByVal
recordString As
String _
) As
RecordAction
[C#]
public delegate RecordAction MasterDetailSelector(
string recordString);
Parameters
-
recordString
- The string of the current record.
Return Value
the action used for the current record (Master, Detail, Skip)
Requirements
Namespace:
FileHelpers.MasterDetail
Assembly: FileHelpers (in FileHelpers.dll)
See Also
FileHelpers.MasterDetail Namespace
Powered by: