C# Класс GDSX.Externals.LinqPad.Driver.ConnectionPropertiesExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
TrimDatabaseMappings ( this mongo, Dictionary dbMappings ) : void

Connects to the given Mongo server and trims the list of databases and collections based on what collections actually exist currently in the DB.

Описание методов

TrimDatabaseMappings() публичный статический Метод

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 dbMappings ) : void
mongo this The MongoServer instance to connect to.
dbMappings Dictionary The list of existing DB mappings.
Результат void