This document is archived and information here might be outdated. Recommended version. |
Provides access to members that provide information about joins.
Name | 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. |
Classes | Description |
---|---|
RelQueryTable | An object that joins two datasets based on common data values. |
The IRelQueryTableInfo interface provides properties and methods that return information about a RelQueryTable after it has been created.