Class BusinessFoundationConnectionElement

Inheritance
System.Object
BusinessFoundationConnectionElement
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class BusinessFoundationConnectionElement : ConfigurationElement

Constructors

BusinessFoundationConnectionElement()

Initializes a new instance of the BusinessFoundationConnectionElement class.

Declaration
public BusinessFoundationConnectionElement()

Properties

ConnectionStringName

Gets or sets the name of the connection string.

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

The name of the connection string.

Database

Gets the database.

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

The 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.