Table of Contents

Method GetInsert

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

GetInsert(IPropertyValues, CancellationToken)

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

public 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.