C# 클래스 MongoDB.Web.Providers.ConnectionHelper

파일 보기 프로젝트 열기: marcosb/MongoDB.Web 1 사용 예제들

비공개 메소드들

메소드 설명
GetConnectionString ( MongoDbWebSection mongoDbWebSection, NameValueCollection config ) : string

Gets the configured connection string.

GetDatabase ( NameValueCollection config ) : MongoDatabase
GetDatabaseConnectionString ( MongoDbWebSection mongoDbWebSection, NameValueCollection config ) : string

Gets the database connection string.

GetDatabaseConnectionString ( NameValueCollection config ) : string

Gets the database connection string.

GetDatabaseName ( MongoDbWebSection mongoDbWebSection, NameValueCollection config ) : string

Gets the name of the database.

GetDatabaseName ( MongoDbWebSection mongoDbWebSection, string connectionString, NameValueCollection config ) : string

Gets the name of the database.