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


IRelQueryTable.SourceTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTable.SourceTable Property

The fields that appear on the left side of the join belong to the source table.

[Visual Basic .NET]
Public ReadOnly Property SourceTable As ITable
[C#]
public ITable SourceTable {get;}
[C++]
HRESULT get_SourceTable(
  ITable** SourceTable
);
[C++]

Parameters SourceTable [out, retval]
SourceTable is a parameter of type ITable

Product Availability

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

See Also

IRelQueryTable Interface