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... | |
Information about a connection string
Definition at line 16 of file ConnectionStringSettings.cs.
Csla.Configuration.ConnectionStringSettings.ConnectionStringSettings | ( | ) |
Creates an instance of the type.
Definition at line 21 of file ConnectionStringSettings.cs.
Csla.Configuration.ConnectionStringSettings.ConnectionStringSettings | ( | System.Configuration.ConnectionStringSettings | source | ) |
Creates an instance of the type.
Definition at line 28 of file ConnectionStringSettings.cs.
|
getset |
Gets or sets the connection string text.
Definition at line 43 of file ConnectionStringSettings.cs.
|
getset |
Gets or sets the connection name.
Definition at line 39 of file ConnectionStringSettings.cs.
|
getset |
Gets or sets the provider name.
Definition at line 47 of file ConnectionStringSettings.cs.