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
Contains Cake aliases for executing sql queries
- Assembly
- Cake
.SqlTools .dll - Namespace
- Cake
.SqlTools - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["SqlQueryAliases"]
class Type type-node
Syntax
public static class SqlQueryAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
ExecuteSqlFile |
bool |
Executes a sql file against a database
static
|
ExecuteSqlQuery |
bool |
Executes a sql query against a database
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|