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


IJoinTableSourceDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IJ > IJoinTableSourceDescription Interface
ArcGIS Developer Help

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

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

Classes that implement IJoinTableSourceDescription

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