Provides access to members that return information about and manage tables.
| Description | ||
|---|---|---|
![]() |
CanSelect | Indicates if the table supports selection. |
| CoClasses and Classes | Description |
|---|---|
| AttributedRelationshipClass | AttributedRelationshipClass Object. |
| FeatureClass | FeatureClass Object. |
| NetCDFFeatureClass (esriDataSourcesNetCDF) | An in-memory representation of a NetCDF feature class. |
| NetCDFTable (esriDataSourcesNetCDF) | An in-memory representation of a NetCDF table. |
| ObjectClass | ObjectClass Object. |
| RasterCatalog | A collection of raster datasets in a Geodatabase table. |
| RelQueryTable | An object that joins two datasets based on common data values. |
| RouteEventSource (esriLocation) | Route event source object. |
| SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
| SchematicElementClass (esriSchematic) | Schematic element class object. |
| Table | Table Object. |
| TemporalFeatureClass (esriTrackingAnalyst) | Controls settings for the temporal feature class. |
| XYEventSource | XY event source object. |
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.