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


ITableCapabilities.CanSelect Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableCapabilities Interface > ITableCapabilities.CanSelect Property
ArcGIS Developer Help

ITableCapabilities.CanSelect Property

Indicates if the table supports selection.

[Visual Basic .NET]
Public ReadOnly Property CanSelect As Boolean
[C#]
public bool CanSelect {get;}
[C++]
HRESULT get_CanSelect(
  Boolean* CanSelect
);
[C++]
Parameters
CanSelect [out, retval]

CanSelect is a parameter of type bool*

Product Availability

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

Remarks

Use CanSelect to determine if you can open a selection set on the table. A situation where CanSelect will be False is a standalone database table without an OID column.

See Also

ITableCapabilities Interface