Method | Description | |
---|---|---|
OrderByTerm ( ) : System |
Creates an ORDER BY term
|
|
OrderByTerm ( |
||
OrderByTerm ( string field, |
Creates an ORDER BY term with field name and table alias
|
|
OrderByTerm ( string field, OrderByDirection dir ) : System |
Creates an ORDER BY term with field name and no table alias
|
public OrderByTerm ( |
||
field | ||
table | ||
dir | OrderByDirection | |
return | System |
public OrderByTerm ( string field, |
||
field | string | Name of a field to order by |
table | The table this field belongs to | |
dir | OrderByDirection | Order by direction |
return | System |
public OrderByTerm ( string field, OrderByDirection dir ) : System | ||
field | string | Name of a field to order by |
dir | OrderByDirection | Order by direction |
return | System |