Parameters
- tableFullName
- The fully qualified name of the table. It must not be null or an empty string.
Exception | Description |
---|---|
System.ArgumentException | tableFullName is null or an empty string. |
ArcGIS.Core.Data.Exceptions.GeodatabaseEnterpriseException | With the error message The specified parameter value is invalid if tableFullName contains a databaseName
component when the underlying Datastore is an enterprise geodatabase on Oracle. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
Applications should use the ParseTableName method to split the fully qualified name of a table into its components (database, owner, table). ParseTableName
can also be used to return the components of any fully qualified name of a dataset such as feature classes, and feature datasets.
Applications that wish to be RDBMS independent should not assume that '.' is the delimiter used to separate the components of a fully qualified dataset name. Use the QualifyTableName method to determine the qualified name of a dataset for a given Datastore.
Empty strings will be returned for arguments that do not apply to the underlying Datastore. For example, supplying a tableFullName argument of "gdb.MyTable"
to an enterprise geodatabase on Oracle will result in:
Target Platforms: Windows 11, Windows 10