This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlTools.
Summary
Opens a connection to the database
- Assembly
- Cake
.SqlTools .dll - Namespace
- Cake
.SqlTools - Containing Type
- Base
Sql Query Repository
Syntax
protected virtual IDbConnection OpenConnection(string connectionString)
Parameters
Name | Type | Description |
---|---|---|
connectionString | string | The connectionString to connect with. |
Return Value
Type | Description |
---|---|
IDbConnection |