The properties of the DelimitedRecordOptions class are listed below. For a complete list of DelimitedRecordOptions class members, see the DelimitedRecordOptions Members topic.
Delimiter | The delimiter used to identify each field in the data. |
IgnoreCommentedLines (inherited from RecordOptions) | Indicates that the engine must ignore the lines with this comment marker. |
IgnoreEmptyLines (inherited from RecordOptions) | Indicates that the engine must ignore the empty lines while reading. |
IgnoreFirstLines (inherited from RecordOptions) | Indicates the number of first lines to be discarded. |
IgnoreLastLines (inherited from RecordOptions) | Indicates the number of lines at the end of file to be discarded. |
RecordCondition (inherited from RecordOptions) | Allow to tell the engine what records must be included or excluded while reading. |
DelimitedRecordOptions Class | FileHelpers Namespace