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 that represents the asynchronous delete operation. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.2 |
.NET 6.0 | 200.2 |
.NET 6.0 Windows | 200.2 |
.NET 6.0 Android | 200.2 |
.NET 6.0 iOS | 200.2 |
.NET Framework | 200.2 |
UWP | 200.2 |