Store Constructor (IMongoDatabase)

Stot

Stot

Store Constructor (IMongoDatabase)

Initializes a new instance of the [Store] class. Connects to a specified Database

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public Store(
	IMongoDatabase db
)
Public Sub New ( _
	db As IMongoDatabase _
)
public:
Store(
	IMongoDatabase^ db
)

Parameters

db
Type: IMongoDatabase
The database.