Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | GetFields | Gets a IReadOnlyList containing the fields of the underlying table(s). This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetObjectIDColumnName | Gets the name of the ObjectID field. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetObjectIDFields | Gets a comma-separated unique key field(s) that fulfill the role of a table's objectID. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetQueryStatement | Gets the SQL SELECT statement that governs how a query layer or single table is created. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetShapeColumnName | Gets the name of the geometry column if present. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetShapeType | Gets the geometry type on the spatial column of the underlying single table or query layer if present. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSpatialReference | Gets the spatial reference. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSRID | Gets the spatial reference ID of the resultset. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | IsObjectIDMappedColumnRequired | Indicates if a virtual ObjectID column is required. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | IsSpatialQuery | Indicates if the query resultset is spatial. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetObjectIDFields | Sets the unique key field(s) that fulfill the role of a table's objectID. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetShapeType | Sets the geometry type on the spatial column of the underlying single table or query layer if present. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetSpatialReference | Sets the spatial reference. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetSRID | Sets the spatial reference ID. This method must be called on the MCT. Use QueuedTask.Run. |