SaaS CMS has officially launched! Learn more now.

Class CoreConnection

Configuration element containing the connection string name for the application.

Inheritance
System.Object
CoreConnection
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CoreConnection : ConfigurationElement

Constructors

CoreConnection()

Declaration
public CoreConnection()

Properties

AppDatabase

Uses ConnectionStringName property to retrieve connection string from ConnectionStrings portion of app/web.config file

Declaration
public string AppDatabase { get; }
Property Value
Type Description
System.String

The app database.

ConnectionStringName

Retrieves logical name of connection string in CommerceFramework Application hierarchy

Declaration
public string ConnectionStringName { get; set; }
Property Value
Type Description
System.String

The connection string name.