IBX.IBSQL.TIBXSQLDA.UniqueRelationName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UniqueRelationName: String read FUniqueRelationName;

C++

__property System::UnicodeString UniqueRelationName = {read=FUniqueRelationName};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLDA

Description

Returns the name of the unique relation.

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.