C# 클래스 GDSX.Externals.LinqPad.Driver.ConnectionPropertiesExtensions

파일 보기 프로젝트 열기: gburgett/LinqPad-mongo-driver

공개 메소드들

메소드 설명
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