Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the DatasetType of this derived dataset. |
The following tables list the members exposed by Table.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the DatasetType of this derived dataset. |
Name | Description | |
---|---|---|
CalculateStatistics | Performs common statistics functions on one or more fields in this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateInsertCursor | Creates an InsertCursor instance in memory. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateRow | Creates a new row in the table with a system assigned object ID. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateRowBuffer | Overloaded. | |
DeleteRows | Deletes the rows in the database selected by the specified query. This method must be called on the MCT. Use QueuedTask.Run. | |
Differences | Overloaded. | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetArchiveTable | Gets the archive table associated with this table or feature class if it is archived-enabled. This method must be called on the MCT. Use QueuedTask.Run. | |
GetControllerDatasets | Gets a IReadOnlyList of controller datasets of a specific Dataset type that this table or feature class participates in. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCount | Overloaded. | |
GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetDefinition | Gets the TableDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetID | Gets the ID associated with this table. This method must be called on the MCT. Use QueuedTask.Run. | |
GetJoin | Gets the Join object from which this joined table was created. This method must be called on the MCT. Use QueuedTask.Run. | |
GetName | Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetRegistrationType | Gets the RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
IsArchiveEnabled | Gets a value indicating whether this table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run. | |
IsAttachmentEnabled | Gets a value indicating whether this table supports attachments. This method must be called on the MCT. Use QueuedTask.Run. | |
IsControllerDatasetSupported | Gets a value indicating whether this Table supports the concept of controller datasets. This method must be called on the MCT. Use QueuedTask.Run. | |
IsJoinedTable | Gets a value indicating whether this Table was obtained as a result of joining a Table or a FeatureClass with another Table or FeatureClass from the same or different Datastore. This method must be called on the MCT. Use QueuedTask.Run. | |
RelateTo | Creates a virtual relationship class with the current table as the origin table/feature class and the destinationTable as the destination table/feature class. This method must be called on the MCT. Use QueuedTask.Run. | |
Search | Searches and retrieves specific rows in this Table that satisfy the criteria set in the queryFilter. If no query filter is set, all rows will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. | |
Select | Creates a selection of specific rows in this Table that satisfy the criteria set in the queryFilter. This method must be called on the MCT. Use QueuedTask.Run. | |
Sort | Sorts data from this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. | |
Validate | Overloaded. |
Name | Description | |
---|---|---|
GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. |