FireDAC.Phys.PGWrapper.TFDPgError.ColumnName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColumnName: String read FColumnName;

C++

__property System::UnicodeString ColumnName = {read=FColumnName};

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 table column associated with the PostgreSQL error.

If the error is associated with a specific table column, ColumnName returns the name of this column.

Note: Use the SchemaName and TableName properties to identify the table.

See Also