FireDAC.Phys.PGWrapper.TFDPgError.TableName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property TableName: String read FTableName;

C++

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

Propriétés

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


Description

Indique le nom de la table associée à l'erreur PostgreSQL.

Si l'erreur est associée à une table spécifique, TableName renvoie le nom de cette table.

Remarque : Utilisez la propriété SchemaName pour le nom de schéma de la table.

Voir aussi