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


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

IRelQueryTableSelectionSet.BaseTableSelectionSet Property

Base table of the inner SelectionSet.

[Visual Basic .NET]
Public ReadOnly Property BaseTableSelectionSet As ISelectionSet
[C#]
public ISelectionSet BaseTableSelectionSet {get;}
[C++]
HRESULT get_BaseTableSelectionSet(
  ISelectionSet** SelectionSet
);
[C++]
Parameters
SelectionSet [out, retval]

SelectionSet is a parameter of type ISelectionSet**

Product Availability

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

See Also

IRelQueryTableSelectionSet Interface