Method GetInsert
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
propertyValuesIPropertyValuesThe property values.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<TInsert>
 The entity to insert.