PgDAC

TPgConnectionOptions.EnableDomains Property

Used to map fields of domain types to TField with the base domain type.

Class

TPgConnectionOptions

Syntax

property EnableDomains: boolean default True;

Remarks

Use the EnableDomains property to map fields of domain types to TField with base domain type.

When EnableDomains is set to True, the base data type of the domian is detected and the field with the domain data type is mapped to TField with the corresponding type. When EnableDomains is False, fields of domain types are mapped to TStringField, TMemoField, TWideStringField, or TWideMemoField depending on the UnknownAsString and UseUnicode options.

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