Provides access to members that provide information about joins.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetBaseTableOfField | Returns the base table for a particular field. | |
HasDirectAccessLookup | Indicates if direct access lookup is used by a RelQueryTable to match records between the source and destination tables. | |
JoinType | Type of table join. | |
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.