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


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

IRelQueryTableName.TargetColumns Property

The destination dataset columns available in a cursor opened from the RelTableTable.

[Visual Basic .NET]
Public Property TargetColumns As String
[C#]
public string TargetColumns {get; set;}
[C++]
HRESULT get_TargetColumns(
  BSTR TargetColumns
);
[C++]
HRESULT put_TargetColumns(
  System.String* TargetColumns
);
[C++]
Parameters
TargetColumns [in]

TargetColumns is a parameter of type BSTR TargetColumns [out, retval]
TargetColumns is a parameter of type BSTR*

Product Availability

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

Remarks

This is a comma delimited string that defines the fields returned from the destination table. This is different from the SubFields of SrcQueryFilter since in this case, fields not included in TargetColumns are not included at all in a cursor.

See Also

IRelQueryTableName Interface