TypeDetectionScheme
Specifies how the provider determines column data types when retrieving data.
Possible Values
None, RowScanData Type
string
Default Value
"RowScan"
Remarks
This property controls the method used to determine the data types of custom fields.
Available Options:
| None | All columns are returned as strings. |
| RowScan | The connector scans a number of rows to infer column types based on the values found. The number of rows scanned is controlled by the RowScanDepth property. |