Method GetInsert
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
IPropertyValuesThe property values used to determine the entity to be inserted.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TInsert>
The entity to be inserted.