The DtAutoFillFieldsMode enumeration contains recognition modes of data provider fields type.
It is used by the following property:
Value | Brief description |
0 | Strings. All the data source fields are text ones. |
1 | DataRow. Field type is defined according to data, kept in it. |
2 | Default_. Use types of data specified in the source. |
3 | DataRowEx. Field type is determined based on the data contained in it. In this case the YYYY date format is ignored so that integer numbers are not recognized as years. |
See also: