FireDAC Components for REST

Build 23.0.8804

TypeDetectionScheme

Determines how to determine the data types of columns.

Syntax


property TypeDetectionScheme: String;

Possible Values

None, RowScan

Data Type

String

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None will return all columns as the string type.
RowScanSetting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8804