Method | Description | |
---|---|---|
AddSelectField ( |
||
AddSortExpression ( |
Adds an expression to the data query describing how to sort the data.
|
|
AddTable ( |
Adds a table to the query.
|
|
AddWhere ( |
Adds a where clause to the query. All where clases added using this function must be true, i.e. there is an AND operator between them. |
|
FindTable ( string tableName ) : |
Finds the QueryTable instance previously added with a specific name.
|
|
SetAlias ( |
Method | Description | |
---|---|---|
GetAlias ( |
||
Parse ( DataTool dataTool ) : ParseResult | ||
WriteSelectedColumns ( StringBuilder builder ) : void |
public AddSelectField ( |
||
field | ||
return | void |
public AddSortExpression ( |
||
sortExpression | ||
return | void |
public FindTable ( string tableName ) : |
||
tableName | string | |
return |
public SetAlias ( |
||
tableBase | ||
return | void |