The Table type exposes the following members.

Properties

  NameDescription
AliasName
Gets the alias name for the Table.
Columns
Gets a collection containing all columns in the Table.
CoordinateSystem
Returns the coordinate system defined for the Table. This property only applies to geodatabase feature classes and shapefiles which are capable of storing vector data.
Extent
Returns an Envelope representing the maximum extent of data which has been stored in the Table. This property only applies to geodatabase feature classes and shapefiles which are capable of storing vector data.
GeometryType
Gets the type of geometry that this Table is capable of storing. This property only applies to geodatabase feature classes and shapefiles which are capable of storing vector data.
HasRelationships
Gets a value indicating whether the table participates in any relationships, which could either be permanent geodatabase relationship classes or in memory table relationships.
Indexes
Gets a collection of indexes defined for the Table.
IsSpatial
Gets a value indicating whether the Table is capable of storing vector data.
IsSubtyped
Gets a value indicating whether the Table is subtyped. The property only applies to tables and feature classes stored in geodatabases.
Name
Gets the name of the Table.
Parent
Gets the parent data container by taking a hierarchical view of the geodatabase.
RootDataContainer
Gets the object which represents the physical storage container on disk.
ShortName
Gets the name of the Table but drops the version and owner prefixes if present.

See Also