메소드 | 설명 | |
---|---|---|
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.
|
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 |