This document is archived and information here might be outdated.  Recommended version.


IRelQueryTableInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableInfo Interface
ArcGIS Developer Help

IRelQueryTableInfo Interface

Provides access to members that provide information about joins.

Product Availability

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

Members

Name 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.

Classes that implement IRelQueryTableInfo

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.