Table of Contents

Method Insert

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

Insert(List<TList>, CancellationToken)

Inserts the list of entities.

Task Insert(List<TList> entity, CancellationToken cancellationToken = default)

Parameters

entity List<TList>

The list of entities to insert.

cancellationToken CancellationToken

The cancellation token.

Returns

Task

A task representing the asynchronous operation.