Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

MasterDetailSelector Delegate

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:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox