Creates a new entity instance and adds it to the collection
Namespace: BrightstarDB.EntityFrameworkAssembly: 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: TThe new entity instance