PgDAC

TPgConnectionOptions.EnableComposites Property

Used to detect fields of composite (ROW) type and create separate fields for each attribute of composite type.

Class

TPgConnectionOptions

Syntax

property EnableComposites: boolean default True;

Remarks

Use the EnableComposites property to detect fields of compisite (ROW) type and create separate fields for each attribute of composite type.

When EnableComposites is set to True, PgDAC detects fields of composite type and creates separate fields for each attribute of composite type. If the ObjectView property is set to True, PgDAC also creates an instanse of TADTField that is parent for all attributes fields.

When EnableComposites is False, fields of composite types are not detected and 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