BoC.Persistence.SitecoreGlass.CustomDatabaseProvider.GetDatabase C# (CSharp) Method

GetDatabase() public method

public GetDatabase ( ) : Database
return Database
        public Database GetDatabase()
        {
            return Database.GetDatabase(_dbName);
        }