BoC.Persistence.SitecoreGlass.ContextDatabaseProvider.GetDatabase C# (CSharp) 메소드

GetDatabase() 공개 메소드

public GetDatabase ( ) : Database
리턴 Database
        public Database GetDatabase()
        {
            return Context.Database ?? Context.ContentDatabase;
        }
ContextDatabaseProvider