Click or drag to resize

RecordAction Enumeration

Used with the MasterDetailSelector Delegate to determines the action used by the MasterDetailEngine

Namespace:  FileHelpers.MasterDetail
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum RecordAction
Members
  Member nameValueDescription
Skip0Ignore the current record.
Master1Use the current record as Master.
Detail2Use the current record as Detail.
See Also