ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableInfo Interface

Provides access to members that provide information about joins.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method GetBaseTableOfField Returns the base table for a particular field.
Read-only property HasDirectAccessLookup Indicates if direct access lookup is used by a RelQueryTable to match records between the source and destination tables.
Read-only property JoinType Type of table join.
Read-only property QueryDef QueryDef used to create the join. This property will be null if the join is done on the client.

CoClasses that implement IRelQueryTableInfo

CoClasses and Classes Description
RelQueryTable An object that joins two datasets based on common data values.

Remarks

The IRelQueryTableInfo interface provides properties and methods that return information about a RelQueryTable after it has been created.