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.AliaSql.
Summary
Runs AliaSQL.
Syntax
public static void AliaSql(this ICakeContext context, string command, AliaSqlSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
command |
string |
The AliaSql command (ex. Rebuild, Create). |
settings |
AliaSqlSettings |
The settings. |
Return Value