ODBC style connection string.
More...
ODBC style connection string.
◆ ConnectionString()
| Energy.Base.ConnectionString.ConnectionString |
( |
string |
connectionString | ) |
|
◆ Escape()
| static string Energy.Base.ConnectionString.Escape |
( |
string |
key | ) |
|
|
static |
Escape connection string option name if needed
- Parameters
-
- Returns
◆ FindKey() [1/2]
| string Energy.Base.ConnectionString.FindKey |
( |
string |
name | ) |
|
◆ FindKey() [2/2]
| string Energy.Base.ConnectionString.FindKey |
( |
params string [] |
names | ) |
|
◆ FindValue() [1/2]
| string Energy.Base.ConnectionString.FindValue |
( |
string |
name | ) |
|
◆ FindValue() [2/2]
| string Energy.Base.ConnectionString.FindValue |
( |
params string [] |
names | ) |
|
◆ operator ConnectionString()
| static implicit Energy.Base.ConnectionString.operator ConnectionString |
( |
string |
value | ) |
|
|
static |
Implicit string operator
- Parameters
-
◆ Quote()
| static string Energy.Base.ConnectionString.Quote |
( |
string |
value | ) |
|
|
static |
Quote connection string option value if needed
- Parameters
-
- Returns
◆ ToDsnString()
| string Energy.Base.ConnectionString.ToDsnString |
( |
| ) |
|
Represent ODBC Connection String as DSN.
- Returns
◆ ToString()
| override string Energy.Base.ConnectionString.ToString |
( |
| ) |
|
Represent as string
- Returns
- Connection string
◆ Unquote()
| static string Energy.Base.ConnectionString.Unquote |
( |
string |
value | ) |
|
|
static |
Strip quotes from option name
- Parameters
-
- Returns
◆ Catalog
| string Energy.Base.ConnectionString.Catalog |
|
getset |
◆ Protocol
| string Energy.Base.ConnectionString.Protocol |
|
getset |
◆ Server
| string Energy.Base.ConnectionString.Server |
|
getset |
◆ this[string key]
| new string Energy.Base.ConnectionString.this[string key] |
|
getset |
Gets or sets the value associated with the specified key.
- Parameters
-
- Returns
- Value
The documentation for this class was generated from the following file: