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


IRelQueryTable.DestinationTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTable Interface > IRelQueryTable.DestinationTable Property
ArcGIS Developer Help

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