Class CustomerConnectionElement
Implements operations for and represents the customer connection. (Inherits System.Configuration.ConfigurationElement.)
Inheritance
System.Object
CustomerConnectionElement
Namespace: Mediachase.Commerce.Customers.Configuration
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class CustomerConnectionElement : ConfigurationElement
Constructors
CustomerConnectionElement()
Initializes a new instance of the CustomerConnectionElement class.
Declaration
public CustomerConnectionElement()
Properties
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. |
MainDatabase
Gets the customer database.
Declaration
public string MainDatabase { get; }
Property Value
Type | Description |
---|---|
System.String | The customer database. |
Methods
IsReadOnly()
Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.
Declaration
public override bool IsReadOnly()
Returns
Type | Description |
---|---|
System.Boolean | true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false. |