Click or drag to resize

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
)

Parameters

recordString
Type: SystemString
The string of the current record.

Return Value

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