FireDAC.Phys.PGWrapper.TFDPgError.TableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableName: String read FTableName;

C++

__property System::UnicodeString TableName = {read=FTableName};

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

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

Note: Use the SchemaName property for the schema name of the table.

See Also