Creates a new entity instance and adds it to the collection

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
T Create()
Visual Basic
Function Create As T
Visual C++
T Create()
F#
abstract Create : unit -> 'T 

Return Value

Type: T
The new entity instance

See Also