Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class DatabaseInformationDB

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

Inheritance
System.Object
DatabaseInformationDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class DatabaseInformationDB : DataAccessBase

Constructors

DatabaseInformationDB(IDatabaseHandler)

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

Declaration
public DatabaseInformationDB(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler 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