RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLDA.UniqueRelationName Property

Returns the name of the unique relation.

Pascal
property UniqueRelationName: String;
C++
__property AnsiString UniqueRelationName;

Use the UniqueRelationName property to return the name of the relation if only one relation is involved in the query. Otherwise, it returns nil (Delphi) or NULL (C++). This property is primarily used for internal purposes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!