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


IRelQueryTable.DestinationTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTable.DestinationTable Property

The fields that appear on the right side of the join belong to the destination table.

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

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

Product Availability

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

See Also

IRelQueryTable Interface