Method Insert
Insert(List<T>, CancellationToken)
Inserts the specified entities.
public Task<List<PrimaryKeys<T>>> Insert(List<T> entities, CancellationToken cancellationToken = default)
Parameters
entitiesList<T>The entities to insert.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<List<PrimaryKeys<T>>>
A task that represents the asynchronous operation. The task result contains a list of primary keys.