Click or drag to resize

RecordTypeSelector Delegate

Delegate that determines the Type of the current record (Master, Detail, Skip)

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public delegate Type RecordTypeSelector(
	MultiRecordEngine engine,
	string recordString
)

Parameters

engine
Type: FileHelpersMultiRecordEngine
The engine that calls the selector.
recordString
Type: SystemString
The string of the current record.

Return Value

Type: Type
The action used for the current record (Master, Detail, Skip)
See Also