Title here
Summary here
The generic defintion of a connection string
The database name
Type | Description |
---|---|
string |
The name of the master database (if applicable)
Type | Description |
---|---|
string |
The connection string value, e.g. "Server=localhost;Database=etlbox;"
Type | Description |
---|---|
string |
Creates a copy of the current connection
Type | Description |
---|---|
IDbConnectionString | A copy of the connection string |
Clone the current connection string with the master database
Type | Description |
---|---|
IDbConnectionString | The new connection string |
Clone the current connection string with a new database name
Type | Name | Description |
---|---|---|
string | value | The new database name |
Type | Description |
---|---|
IDbConnectionString | The new connection string |
Returns the connection string Value
Type | Description |
---|---|
string | The new connection string |