Table of Contents

Method GetInsert

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

GetInsert(IPropertyValues, CancellationToken)

Gets the entity to be inserted based on the provided property values.

Task<TInsert> GetInsert(IPropertyValues propertyValues, CancellationToken cancellationToken = default)

Parameters

propertyValues IPropertyValues

The property values used to determine the entity to be inserted.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TInsert>

The entity to be inserted.