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 IConnectionStringHandler

Handles connection string information for the CMS and Commerce database.

Namespace: Mediachase.Data.Provider
Assembly: Mediachase.DataProvider.dll
Version: 14.26.0
Syntax
public interface IConnectionStringHandler

Properties

Cms

Connection string settings for the CMS database.

Declaration
ConnectionStringOptions Cms { get; }
Property Value
Type Description
EPiServer.Data.ConnectionStringOptions

Commerce

Connection string settings for the commerce database.

Declaration
ConnectionStringOptions Commerce { get; }
Property Value
Type Description
EPiServer.Data.ConnectionStringOptions