CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.ConnectionStringSettings Class Reference

Information about a connection string. More...

Public Member Functions

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

Properties

string? Name [get, set]
 Gets or sets the connection name.
string? ConnectionString [get, set]
 Gets or sets the connection string text.
string? ProviderName [get, set]
 Gets or sets the provider name.

Detailed Description

Information about a connection string.

Constructor & Destructor Documentation

◆ ConnectionStringSettings() [1/2]

Csla.Configuration.ConnectionStringSettings.ConnectionStringSettings ( )
inline

Creates an instance of the type.

◆ ConnectionStringSettings() [2/2]

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

Creates an instance of the type.

Property Documentation

◆ ConnectionString

string? Csla.Configuration.ConnectionStringSettings.ConnectionString
getset

Gets or sets the connection string text.

◆ Name

string? Csla.Configuration.ConnectionStringSettings.Name
getset

Gets or sets the connection name.

◆ ProviderName

string? Csla.Configuration.ConnectionStringSettings.ProviderName
getset

Gets or sets the provider name.


The documentation for this class was generated from the following file: