Creates a new instance and adds it to this set

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

Syntax

C#
public T Create()
Visual Basic
Public Function Create As T
Visual C++
public:
virtual T Create() sealed
F#
abstract Create : unit -> 'T 
override Create : unit -> 'T 

Return Value

Type: T

[Missing <returns> documentation for "M:BrightstarDB.EntityFramework.BrightstarEntitySet`1.Create"]

Implements

IEntitySet<(Of <(<'T>)>)>..::..Create()()()()

See Also