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


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

IRelQueryTableInfo2 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 FieldNamesEqual Compares two possibily qualified field names for equality.
Method FindFieldIgnoreQualification Finds the first instance of a field, removing qualification.
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.

Inherited Interfaces

Interfaces Description
IRelQueryTableInfo Provides access to members that provide information about joins.

Classes that implement IRelQueryTableInfo2

Classes Description