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


IJoinTableSourceDescription.RightTableKey Property (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 > IJoinTableSourceDescription.RightTableKey Property
ArcGIS Developer Help

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(
  System.String* 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