Delegate thats determines the Type of the current record (Master, Detail, Skip)
[Visual Basic]
Public Delegate Function RecordTypeSelector( _
ByVal
engine As
MultiRecordEngine, _
ByVal
recordString As
String _
) As
Type
Parameters
-
engine
- The engine that calls the selector.
-
recordString
- The string of the current record.
Return Value
the action used for the current record (Master, Detail, Skip)
Requirements
Namespace:
FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)
See Also
FileHelpers Namespace
Powered by: