Method Delete
Delete(List<IPrimaryKey>, CancellationToken)
Deletes a list of entities from the database based on the provided primary keys.
public virtual Task Delete(List<IPrimaryKey> primaryKeys, CancellationToken cancellationToken = default)
Parameters
primaryKeysList<IPrimaryKey>The list of primary keys of the entities to delete.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task
A task representing the asynchronous operation.