Method RemoveEntityAsync
RemoveEntityAsync(IEnumerable<IEntity?>?, CancellationToken)
Removes the given entities from the model
Declaration
Task RemoveEntityAsync(IEnumerable<IEntity?>? entities, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IEntity> | entities | The entities to remove |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task | A task that represents the work |