FireDAC.Phys.PGWrapper.TFDPgError.ConstraintName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ConstraintName: String read FConstraintName;

C++

__property System::UnicodeString ConstraintName = {read=FConstraintName};

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 contrainte associée à l'erreur PostgreSQL.

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

Remarque : Utilisez les propriétés SchemaName et TableNamepour identifier la table associée.

Voir aussi