RecordOptions Properties |
The RecordOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FieldCount |
The number of fields of the record type.
|
![]() | Fields | |
![]() | FieldsNames |
Returns an string array with the fields names.
Note : Do NOT change the values of the array, clone it first if needed
|
![]() | FieldsTypes |
Returns a Type[] array with the fields types.
Note : Do NOT change the values of the array, clone it first if
needed
|
![]() | IgnoreCommentedLines |
Indicates that the engine must ignore the lines with this comment
marker.
|
![]() | IgnoreEmptyLines |
Indicates that the engine must ignore the empty lines while
reading.
|
![]() | IgnoreFirstLines |
Indicates the number of first lines to be discarded.
|
![]() | IgnoreLastLines |
Indicates the number of lines at the end of file to be discarded.
|
![]() | RecordCondition |
Used to tell the engine which records must be included or excluded
while reading.
|