C# Класс YAMP.QueryContextExtensions

Useful extensions for QueryContext instances.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Run() публичный статический Метод

Begins the interpretation of the current parse tree.
public static Run ( this query ) : void
query this The query to extend.
Результат void

Run() публичный статический Метод

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. ///
Результат void