AppActs.Repository.NoSqlBase.GetDatabase C# (CSharp) Method

GetDatabase() protected method

protected GetDatabase ( ) : MongoDatabase
return MongoDatabase
        protected MongoDatabase GetDatabase()
        {
            return this.client.GetServer().GetDatabase(this.databaseName);
        }