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


IJoinTableSourceDescription Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IJoinTableSourceDescription Interface

Provides access to the available properties of a Join Table Source Description object.

Product Availability

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

Members

Description
Read/write property JoinType Type of join.
Read/write property LeftSourceDescription Data Source for left table.
Read/write property LeftTableKey Field name from the left table that will be used for join.
Read/write property RightSourceDescription Data Source for right table.
Read/write property RightTableKey Field name from the right table that will be used for join.

CoClasses that implement IJoinTableSourceDescription

CoClasses and Classes Description
JoinTableSourceDescription A coclass that contains settings of a join that the table is participating.