Class DatabaseConfigurationTransform
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
DatabaseConfigurationTransform
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Configuration.Transform.Internal
Assembly: EPiServer.Data.dll
Version: 10.10.4Syntax
public class DatabaseConfigurationTransform : IConfigurationTransform
Constructors
DatabaseConfigurationTransform(EPiServerDataStoreSection, EPiServerFrameworkSection, DataAccessOptions, IServiceLocator)
Declaration
public DatabaseConfigurationTransform(EPiServerDataStoreSection dataSection, EPiServerFrameworkSection frameworkSection, DataAccessOptions dataOptions, IServiceLocator provider)
Parameters
Type | Name | Description |
---|---|---|
EPiServerDataStoreSection | dataSection | |
EPiServerFrameworkSection | frameworkSection | |
DataAccessOptions | dataOptions | |
IServiceLocator | provider |
Methods
CreateDataAccessOptionFromConfig()
Declaration
protected virtual void CreateDataAccessOptionFromConfig()
Transform()
Declaration
public void Transform()
WrapDatabaseHandler()
Declaration
protected virtual void WrapDatabaseHandler()
WrapDatabaseSchema()
Declaration
protected virtual void WrapDatabaseSchema()