Method DeleteTableAsync
DeleteTableAsync(String)
Deletes an existing table from the geodatabase.
Declaration
public async Task DeleteTableAsync(string tableName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | tableName | The name of the table to delete. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. 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
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 | 
| .NET | 100.14 - 200.8 | 
| .NET Windows | 100.14 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.14 - 200.8 | 
| Xamarin.Android | 100.14 - 100.15 | 
| Xamarin.iOS | 100.14 - 100.15 | 
| UWP | 100.14 - 200.8 |