Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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