LiteDAC

TLiteConnectionOptions.IntegerAsLargeInt Property

Used to map INT (INTEGER) columns to TLargeIntField fields.

Class

TLiteConnectionOptions

Syntax

property IntegerAsLargeInt: boolean default False;

Remarks

Use the IntegerAsLargeInt property to map INT (INTEGER) columns to TLargeIntField fields. The default value is False.

If True, INT (INTEGER) columns are mapped to TLargeIntField fields.

If False, INT (INTEGER) columns are mapped to TIntegerField fields.

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