London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
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.