LiteDAC

TLiteDataSetOptions.AdvancedTypeDetection Property

Allows advanced detection of a field data type in case if metadata from the DB cannot be used.

Class

TLiteDataSetOptions

Syntax

property AdvancedTypeDetection: boolean default False;

Remarks

If the property is set to False, then when detecting the field type, standard metadata retrieval from the database is performed. If the property is True, then a number of table records is prefetched, and the field type is detected based on the type of data stored in the corresponding column of the table.The default value is False.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback