This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableCapabilities Interface > ITableCapabilities.CanSelect Property (ArcObjects .NET 10.4 SDK) |
Indicates if the table supports selection.
[Visual Basic .NET] Public ReadOnly Property CanSelect As Boolean
[C#] public bool CanSelect {get;}
[C++]
HRESULT get_CanSelect(
VARIANT_BOOL* CanSelect
);
[C++]
Parameters CanSelect [out, retval] CanSelect is a parameter of type VARIANT_BOOL
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.