| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanEditData | Returns true if the data can be edited. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanReplaceDataSource |
Check if the standalone table's data source can be replace with this table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ClearSelection |
Clears the current selection.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | FindAndReplaceWorkspacePath |
Performs a find and replace of workspace path for the table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetCanEditMetadata | Overridden.
Gets whether the StandaloneTable metadata can be edited or not. This method must be called on the MCT.
Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetDataConnection |
Gets a CIMDataConnection value object.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetDefinition |
Returns the standalone table's CIM definition.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetDisplayExpressions |
Gets the display expressions of the given set of objects.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFieldDescriptions |
Returns fields of the standalone table including joined fields, if any.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetMetadata | Overridden.
Gets the StandaloneTable metadata. This method must be called on the MCT.
Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetPath |
Gets the URI path of the MapMember.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetSelection |
Gets the current selection of the table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetTable |
Returns the underlying table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetUseSourceMetadata |
Gets whether or not the MapMember stores its own metadata or uses metadata
retrieved from its source. This method must be called on the MCT.
Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | InsertDefinitionQueries | Insert a list of DefinitionQuery. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | InsertDefinitionQuery | Inserts a DefinitionQuery. If is true, makes it the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RemoveActiveDefinitionQuery |
Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RemoveAllDefinitionQueries |
Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RemoveDefinitionQueries |
Removes the definition queries specified by the list of names. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RemoveDefinitionQuery |
Removes the definition query at the specified index. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReplaceDataSource |
Replace the standalone table's data source.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Search |
Executes a query to the underlying data source and returns rows matching the search criteria.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Select |
Selects rows based upon the specified criteria and combination method.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetActiveDefinitionQuery | Sets the definition query matching the specified to be the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetDataConnection |
Updates a MapMember's data source.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetDefinition |
Updates the standalone table's CIM definition.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetDefinitionQuery |
Sets the where clause of the active definition query.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetEditable |
Enables or disables editing on a standalone table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetFieldDescriptions |
Applies updates to the editable properties of fields.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetMetadata | Overridden.
Sets the StandaloneTable metadata. This method must be called on the MCT.
Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetName |
Sets the display name for the MapMember.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetSelectable |
Toggles the selectability.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetSelection |
Sets the current selection of the table.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetSelectRelatedData |
Toggles the SelectRelatedData of a MapMember.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetShowPopups |
Toggles enabling pop-ups for the layer.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetUseSourceMetadata |
Sets whether or not the MapMember will use its own metadata or the metadata
from its underyling source (if it has one). This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToString |
Returns the display name of the MapMember.
(Inherited from ArcGIS.Desktop.Mapping.MapMember) |