C# Class MongoSessionStore.MongoDB

Inheritance: MongoBase
Exibir arquivo Open project: paralect/MongoSessionStore

Public Properties

Property Type Description
DataBaseName string

Public Methods

Method Description
GetCollection ( string name ) : MongoCollection
MongoDB ( MongoServer server ) : MongoDB.Driver

Method Details

GetCollection() public method

public GetCollection ( string name ) : MongoCollection
name string
return MongoCollection

MongoDB() public method

public MongoDB ( MongoServer server ) : MongoDB.Driver
server MongoServer
return MongoDB.Driver

Property Details

DataBaseName public_oe property

public string DataBaseName
return string