Table of Contents

Method GetInsert

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

GetInsert(IPropertyValues, CancellationToken)

Gets the entity to insert based on the provided property values.

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

Parameters

propertyValues IPropertyValues

The property values.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<TInsert>

The entity to insert.