SaaS CMS has officially launched! Learn more now.

Class DatabaseInformationDB

Inheritance
System.Object
DatabaseInformationDB
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class DatabaseInformationDB : DataAccessBase

Constructors

DatabaseInformationDB(IDatabaseExecutor)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public DatabaseInformationDB(IDatabaseExecutor databaseHandler)
Parameters
Type Name Description
IDatabaseExecutor databaseHandler

Methods

LoadInformation()

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public ListDictionary LoadInformation()
Returns
Type Description
System.Collections.Specialized.ListDictionary

Extension Methods