IEntityCreateOperations<T,T1>.Create(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.