PgDAC

TPgConnection.GetRowType Method

Used to get a TPgRowType object for composite type by its name.

Class

TPgConnection

Syntax

function GetRowType(const TypeName: string): TPgRowType; overload;

Parameters
TypeName
Name of the composite type.
Return Value
a TPgRowType object.

Remarks

Use the GetRowType function to set the RowType property of TPgRow when you know the name of the composite type. You can also use a TPgRowType object to get a list of composite type attributes.

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