Click or drag to resize

MyEntityContext Constructor (IDataObjectStore)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initialize a new entity context using the specified BrightstarDB Data Object Store connection

Namespace:  imbWEM.Core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public MyEntityContext(
	IDataObjectStore dataObjectStore
)

Parameters

dataObjectStore
Type: IDataObjectStore
The connection to the BrightstarDB Data Object Store that will provide the entity objects
See Also