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
propertyValues
IPropertyValuesThe property values.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TInsert>
The entity to insert.