ArcGIS Pro 2.9 API Reference Guide
GetTableNames Method (PluginDatastore)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginDatastore Class : GetTableNames Method
Gets the name of all the tables that exist in the currently opened plug-in data store. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<string> GetTableNames()
Public Function GetTableNames() As IReadOnlyList(Of String)

Return Value

The name of all the tables that exist in the currently opened plug-in data store.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginDatastore Class
PluginDatastore Members