Method Delete
Delete(List<IPrimaryKey>, CancellationToken)
Deletes the entities with the specified primary keys.
Task Delete(List<IPrimaryKey> primaryKeys, CancellationToken cancellationToken = default)
Parameters
primaryKeys
List<IPrimaryKey>The primary keys of the entities to delete.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task
A task that represents the asynchronous operation.