Interface IConnectionStringHandler
Handles connection string information for the CMS and Commerce database.
Namespace: Mediachase.Data.Provider
Assembly: Mediachase.DataProvider.dll
Version: 14.26.0Syntax
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 |