FireDAC.Phys.PGWrapper.TFDPgError.TypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeName: String read FTypeName;

C++

__property System::UnicodeString TypeName = {read=FTypeName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.PGWrapper.pas
FireDAC.Phys.PGWrapper.hpp
FireDAC.Phys.PGWrapper TFDPgError

Description

Indicates the name of the data type associated with the PostgreSQL error.

If the error is associated with a specific data type, TypeName returns the name of this data type.

Note: Use the SchemaName property for the schema name of the data type.

See Also