Initialises a new store with the specified underlying

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

Syntax

C#
public DynamicStore(
	IDataObjectStore store
)
Visual Basic
Public Sub New ( 
	store As IDataObjectStore
)
Visual C++
public:
DynamicStore(
	IDataObjectStore^ store
)
F#
new : 
        store : IDataObjectStore -> DynamicStore

Parameters

store
Type: BrightstarDB.Client..::..IDataObjectStore

[Missing <param name="store"/> documentation for "M:BrightstarDB.Dynamic.DynamicStore.#ctor(BrightstarDB.Client.IDataObjectStore)"]

See Also