Table of Contents

Method Insert

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

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 CancellationToken

The cancellation token.

Returns

Task

A task that represents the asynchronous operation.