ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanSelect
);
[C++]

Parameters

CanSelect [out, retval]   CanSelect is a parameter of type VARIANT_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