ArcObjects Library Reference (Carto)  

IJoinTableSourceDescription.LeftTableKey Property

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

[Visual Basic .NET]
Public Property LeftTableKey As String
[C#]
public string LeftTableKey {get; set;}
[C++]
HRESULT get_LeftTableKey(
  BSTR* pLeftTableKey
);
[C++]
HRESULT put_LeftTableKey(
  BSTR pLeftTableKey
);
[C++]

Parameters

pLeftTableKey [out, retval]   pLeftTableKey is a parameter of type BSTR pLeftTableKey [in]   pLeftTableKey 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