The Table type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetRow |
Returns a single Row from the Table as specified by the unique identifier value.
| |
GetRows | Overloaded. Gets a collection of rows from the Table. An overload is available to specify an array of
ObjectIDs of rows to return. | |
GetTableRelationships | Overloaded. Returns a collection of relationships that the Table participates in.
An overload is available to restrict the returned relationships by role. | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
Join |
Creates a new Table by joining two tables together using a column which is common to both. It contains
all columns from the tables and the records specified by the join type..
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OpenArcSDETable | Overloaded. | |
OpenFileGeodatabaseTable |
Returns a Table object which represents a table or feature class stored in a file geodatabase.
| |
OpenShapefile |
Returns a Table object which represents a dBase file or a shapefile stored in a directory.
| |
Search |
Returns a collection of rows from the Table which satisfy the search criteria specified by the Filter object.
| |
SearchByDistance |
Returns a collection of rows from the Table which are within a certain distance of the supplied geometry.
| |
ToString |
Returns a string that contains the Name of the Table.
(Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
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.
|