Method Insert
Insert(List<TInsert>, CancellationToken)
Inserts a list of entities into the data store.
public Task<List<PrimaryKeys<T>>> Insert(List<TInsert> entities, CancellationToken cancellationToken = default)
Parameters
entities
List<TInsert>The list of entities to be inserted.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
The list of primary keys of the inserted entities.