| ArcGIS Explorer Component Help |
| Table Methods |
| Table Class See Also |
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()()().) |