C# Class YAMP.QueryContextExtensions

Useful extensions for QueryContext instances.
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
Run ( this query ) : void

Begins the interpretation of the current parse tree.

Run ( this query, Object values ) : void

Begins the interpretation of the current parse tree.

Method Details

Run() public static méthode

Begins the interpretation of the current parse tree.
public static Run ( this query ) : void
query this The query to extend.
Résultat void

Run() public static méthode

Begins the interpretation of the current parse tree.
public static Run ( this query, Object values ) : void
query this The query to extend.
values Object /// The values in an anonymous object - containing name - value pairs. ///
Résultat void