Creates a new entity set attached to the specified context

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

Syntax

C#
public BrightstarEntitySet(
	EntityContext context
)
Visual Basic
Public Sub New ( 
	context As EntityContext
)
Visual C++
public:
BrightstarEntitySet(
	EntityContext^ context
)
F#
new : 
        context : EntityContext -> BrightstarEntitySet

Parameters

context
Type: BrightstarDB.EntityFramework..::..EntityContext
The parent context for the entity set. Must be an instance of BrightstarEntityContext.

See Also