Method Insert
Insert(List<TList>, CancellationToken)
Inserts the list of entities.
public Task Insert(List<TList> entities, CancellationToken cancellationToken = default)
Parameters
entities
List<TList>The list of entities to insert.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task
A task that represents the asynchronous operation.