ArcObjects Library Reference (Carto)  

IJoinTableSourceDescription.RightTableKey Property

Field name from the right table that will be used for join.

[Visual Basic .NET]
Public Property RightTableKey As String
[C#]
public string RightTableKey {get; set;}
[C++]
HRESULT get_RightTableKey(
  BSTR* pRightTableKey
);
[C++]
HRESULT put_RightTableKey(
  BSTR pRightTableKey
);
[C++]

Parameters

pRightTableKey [out, retval]   pRightTableKey is a parameter of type BSTR pRightTableKey [in]   pRightTableKey is a parameter of type BSTR

Product Availability

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

Remarks

Only name of indexed field can be specifiedl

See Also

IJoinTableSourceDescription Interface