A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IDatabaseExecutorFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory implementation for IDatabaseExecutor

Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 10.10.4
Syntax
public interface IDatabaseExecutorFactory

Properties

CurrentHandler

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Get the current IDatabaseExecutor with the connection string for the current site.

Declaration
IDatabaseExecutor CurrentHandler { get; }
Property Value
Type Description
IDatabaseExecutor

Methods

CreateDefaultHandler()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Create a new IDatabaseExecutor with the connection string for the current site.

Declaration
IDatabaseExecutor CreateDefaultHandler()
Returns
Type Description
IDatabaseExecutor

CreateHandler(ConnectionStringOptions)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates a new IDatabaseExecutor with the specified connection string.

Declaration
IDatabaseExecutor CreateHandler(ConnectionStringOptions connectionString)
Parameters
Type Name Description
ConnectionStringOptions connectionString
Returns
Type Description
IDatabaseExecutor

Extension Methods