TypeDetectionScheme
Specifies how to determine the data types of columns.
Possible Values
None, RowScanData Type
string
Default Value
"RowScan"
Remarks
| None | Returns all columns as the string type. |
| RowScan (default) | Scans rows to heuristically determine the data type. Requires you to set RowScanDepth to specify the number of rows to be scanned. |