Show / Hide Table of Contents

Method DeleteTableAsync

DeleteTableAsync(string)

Deletes an existing table from the geodatabase.

Declaration
public Task DeleteTableAsync(string tableName)
Parameters
Type Name Description
string tableName

The name of the table to delete.

Returns
Type Description
Task

No return value. If there is no error, the table was deleted successfully.

Remarks

Deleting tables is only supported in mobile geodatabases created in ArcGIS Pro or using CreateAsync(string)). Attempting further use of a deleted table, such as rendering it in a feature layer or querying it, may result in errors.

See Also
CreateTableAsync(TableDescription)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.