Creates a new domain context

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

Syntax

C#
protected BrightstarEntityContext(
	IDataObjectStore store
)
Visual Basic
Protected Sub New ( 
	store As IDataObjectStore
)
Visual C++
protected:
BrightstarEntityContext(
	IDataObjectStore^ store
)
F#
new : 
        store : IDataObjectStore -> BrightstarEntityContext

Parameters

store
Type: BrightstarDB.Client..::..IDataObjectStore
The Brightstar store that manages the data

See Also