Method | Description | |
---|---|---|
ConnectionString ( string connectionStringValue ) : System |
Create a ConnectionString object by a string value
|
|
GetValue ( string key ) : string |
Get value of a key from the connection string
|
|
GetValue ( string key, string defaultValue ) : string |
Get value of a key from the connection string, return default value if the key is not set or the key value is null or empty
|
public ConnectionString ( string connectionStringValue ) : System | ||
connectionStringValue | string | |
return | System |
public GetValue ( string key, string defaultValue ) : string | ||
key | string | |
defaultValue | string | |
return | string |