Method | Description | |
---|---|---|
TrimDatabaseMappings ( this mongo, Dictionary |
Connects to the given Mongo server and trims the list of databases and collections based on what collections actually exist currently in the DB.
|
public static TrimDatabaseMappings ( this mongo, Dictionary |
||
mongo | this | The MongoServer instance to connect to. |
dbMappings | Dictionary |
The list of existing DB mappings. |
return | void |