Method DeleteEntityAsync
DeleteEntityAsync(string)
Deletes the dynamic entity identified by the ID value from the data source store.
Declaration
protected Task DeleteEntityAsync(string entityId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | entityId | The value of the unique id field identifying an entity. For example, a track id field value for track-aware data or an object id value for discrete data. |
Returns
| Type | Description |
|---|---|
| Task | A Task with no return value. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 300.0 |
| .NET Windows | 200.3 - 300.0 |
| .NET Android | 200.3 - 300.0 |
| .NET iOS | 200.3 - 300.0 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |