ArcObjects Library Reference (Carto)  

IJoinTableSourceDescription.JoinType Property

Type of join.

[Visual Basic .NET]
Public Property JoinType As esriJoinType
[C#]
public esriJoinType JoinType {get; set;}
[C++]
HRESULT get_JoinType(
  esriJoinType* pJoinType
);
[C++]
HRESULT put_JoinType(
  esriJoinType pJoinType
);
[C++]

Parameters

pJoinType [out, retval]

  pJoinType is a parameter of type esriJoinType

pJoinType [in]

  pJoinType is a parameter of type esriJoinType

Product Availability

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

See Also

IJoinTableSourceDescription Interface