Provides access to members that return information about and manage tables.
Members
Name | Description | |
---|---|---|
CanSelect | Indicates if the table supports selection. |
ITableCapabilities.CanSelect Property
Indicates if the table supports selection.
Public ReadOnly Property CanSelect As Boolean
public bool CanSelect {get;}
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.
Classes that implement ITableCapabilities
Classes | Description |
---|---|
AttributedRelationshipClass | Esri Attributed Relationship Class object. |
FeatureClass | Esri Feature Class object. |
ObjectClass | Esri Object Class object. |
RasterCatalog | A collection of raster datasets in a Geodatabase table. |
RelQueryTable | An object that joins two datasets based on common data values. |
Table | Esri Table object. |
XYEventSource | XY event source object. |
Remarks
The ITableCapabilities interface returns information indicating whether the table supports selections. 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.
For example, tables created by calling OpenFeatureQuery on IFeatureWorkspace using a QueryDef don't support selection, unless its definition is extended using IQueryName2.