Information about a connection string.
More...
|
| 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.
|
Information about a connection string.
◆ 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.
◆ 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: