ArcObjects Library Reference (Carto)  

IDisplayRelationshipClass.JoinType Property

Join type for the most recent join performed.

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

Parameters

pJoinType [out, retval]

  pJoinType is a parameter of type esriJoinType

Product Availability

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

Description

Indicates the type of the most recent join.

See Also

IDisplayRelationshipClass Interface