TypeDetectionScheme
Specifies how to determine the data types of columns when selecting from Reports.
Possible Values
None, RowScanData Type
string
Default Value
"RowScan"
Remarks
When IncludeReports is set to True, this property specifies how to determine the data types.
None | Setting TypeDetectionScheme to None will return all columns as the string type. |
RowScan | Setting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. |