Method Create
Create(IPropertyValues, CancellationToken)
Creates a new entity with the specified property values.
Task<T> Create(IPropertyValues propertyValues, CancellationToken cancellationToken = default)
Parameters
propertyValues
IPropertyValuesThe property values of the new entity.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<T>
A task that represents the asynchronous operation. The task result contains the created entity.