Table of Contents

Method Insert

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

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 CancellationToken

The cancellation token.

Returns

Task<List<PrimaryKeys<T>>>

The list of primary keys of the inserted entities.