AliaSqlExtensions.

AliaSql(ICakeContext, string, AliaSqlSettings) Method

Summary

Runs AliaSQL.
Assembly
Cake.AliaSql.dll
Namespace
Cake.AliaSql
Containing Type
AliaSqlExtensions

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

Type Description
void