Method GetInsert
GetInsert(IPropertyValues, CancellationToken)
Gets the entity to be inserted based on the provided property values.
Task<TInsert> GetInsert(IPropertyValues propertyValues, CancellationToken cancellationToken = default)
Parameters
propertyValuesIPropertyValuesThe property values used to determine the entity to be inserted.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<TInsert>
The entity to be inserted.