![]() | IModelCreateEntityAsync Method |
Creates new entities
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<IEnumerable<IEntity>> CreateEntityAsync( IEnumerable<EntityParams> createParams, CancellationToken cancellationToken = default )
Parameters
- createParams
- Type: System.Collections.GenericIEnumerableEntityParams
The collection of create parameters - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The optional cancellation token
Return Value
Type: TaskIEnumerableIEntityA collection of the newly created entities
