C# Class YAMP.QueryContextExtensions

Useful extensions for QueryContext instances.
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method 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 method

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

Run() public static method

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. ///
return void