Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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. |