CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.ConnectionStringSettings Class Reference

Information about a connection string More...

Public Member Functions

 ConnectionStringSettings ()
 Creates an instance of the type. More...
 
 ConnectionStringSettings (System.Configuration.ConnectionStringSettings source)
 Creates an instance of the type. More...
 

Properties

string Name [getset]
 Gets or sets the connection name. More...
 
string ConnectionString [getset]
 Gets or sets the connection string text. More...
 
string ProviderName [getset]
 Gets or sets the provider name. More...
 

Detailed Description

Information about a connection string

Definition at line 16 of file ConnectionStringSettings.cs.

Constructor & Destructor Documentation

◆ ConnectionStringSettings() [1/2]

Csla.Configuration.ConnectionStringSettings.ConnectionStringSettings ( )

Creates an instance of the type.

Definition at line 21 of file ConnectionStringSettings.cs.

◆ ConnectionStringSettings() [2/2]

Csla.Configuration.ConnectionStringSettings.ConnectionStringSettings ( System.Configuration.ConnectionStringSettings  source)

Creates an instance of the type.

Definition at line 28 of file ConnectionStringSettings.cs.

Property Documentation

◆ ConnectionString

string Csla.Configuration.ConnectionStringSettings.ConnectionString
getset

Gets or sets the connection string text.

Definition at line 43 of file ConnectionStringSettings.cs.

◆ Name

string Csla.Configuration.ConnectionStringSettings.Name
getset

Gets or sets the connection name.

Definition at line 39 of file ConnectionStringSettings.cs.

◆ ProviderName

string Csla.Configuration.ConnectionStringSettings.ProviderName
getset

Gets or sets the provider name.

Definition at line 47 of file ConnectionStringSettings.cs.