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
Executes a sql query against a database
- Assembly
- Cake
.SqlTools .dll - Namespace
- Cake
.SqlTools - Containing Type
- Base
Sql Query Repository
Syntax
public bool Execute(string connectionString, string query)
Parameters
Name | Type | Description |
---|---|---|
connectionString | string | The connectionString to connect with. |
query | string | The sql query to execute. |
Return Value
Type | Description |
---|---|
bool |