Table of Contents

Method Delete

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

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 CancellationToken

The cancellation token.

Returns

Task

A task that represents the asynchronous operation.