C# Class Garlic.TargetExtensions

显示文件 Open project: Lundalogik/garlic

Public Methods

Method Description
Code ( this target, string name, IDatabase>.Action up ) : void
Sql ( this target, string name, string script ) : void
Sql ( this target, string name, string script, string tags ) : void
SqlInServerContext ( this target, string name, string script ) : void
SqlInServerContextNoTrans ( this target, string name, string script ) : void

Method Details

Code() public static method

public static Code ( this target, string name, IDatabase>.Action up ) : void
target this
name string
up IDatabase>.Action
return void

Sql() public static method

public static Sql ( this target, string name, string script ) : void
target this
name string
script string
return void

Sql() public static method

public static Sql ( this target, string name, string script, string tags ) : void
target this
name string
script string
tags string
return void

SqlInServerContext() public static method

public static SqlInServerContext ( this target, string name, string script ) : void
target this
name string
script string
return void

SqlInServerContextNoTrans() public static method

public static SqlInServerContextNoTrans ( this target, string name, string script ) : void
target this
name string
script string
return void