IModelCreateEntityAsync Method

Creates new entities

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
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: TaskIEnumerableIEntity
A collection of the newly created entities
See Also