C# Class Garlic.TargetExtensions

Afficher le fichier Open project: Lundalogik/garlic

Méthodes publiques

Méthode 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 méthode

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

Sql() public static méthode

public static Sql ( this target, string name, string script ) : void
target this
name string
script string
Résultat void

Sql() public static méthode

public static Sql ( this target, string name, string script, string tags ) : void
target this
name string
script string
tags string
Résultat void

SqlInServerContext() public static méthode

public static SqlInServerContext ( this target, string name, string script ) : void
target this
name string
script string
Résultat void

SqlInServerContextNoTrans() public static méthode

public static SqlInServerContextNoTrans ( this target, string name, string script ) : void
target this
name string
script string
Résultat void