Méthode | Description | |
---|---|---|
MongoDbPersistence ( this config ) : Configure | ||
MongoDbPersistence ( this config, Func |
||
MongoDbPersistence ( this config, MongoServer server, MongoDatabase database ) : Configure | ||
MongoDbPersistence ( this config, string connectionStringName ) : Configure | ||
MongoPersistenceWithConectionString ( Configure config, string connectionString ) : Configure |
public static MongoDbPersistence ( this config ) : Configure | ||
config | this | |
Résultat | Configure |
public static MongoDbPersistence ( this config, Func |
||
config | this | |
getConnectionString | Func |
|
Résultat | Configure |
public static MongoDbPersistence ( this config, MongoServer server, MongoDatabase database ) : Configure | ||
config | this | |
server | MongoServer | |
database | MongoDatabase | |
Résultat | Configure |
public static MongoDbPersistence ( this config, string connectionStringName ) : Configure | ||
config | this | |
connectionStringName | string | |
Résultat | Configure |
public static MongoPersistenceWithConectionString ( Configure config, string connectionString ) : Configure | ||
config | Configure | |
connectionString | string | |
Résultat | Configure |