IEntityCreateOperations<T,T1>.Create(T) Method

Definition

Creates a new entity.

public T1 Create (T newEntity);
abstract member Create : 'T -> 'T1
Public Function Create (newEntity As T) As T1

Parameters

newEntity
T

The new entity information.

Returns

T1

The entity information that was just created.

Applies to