MissingField.Type
Definition
Specifies the expected action for missing values in a row that contains columns less than expected.
Allowed values
Name | Value | Description |
---|---|---|
MissingField.Error | 0 | Indicates that missing fields should result in an error. (This is the default value.) |
MissingField.Ignore | 1 | Indicates that missing fields should be ignored. |
MissingField.UseNull | 2 | Indicates that missing fields should be included as null values. |