public OrderBy ( IAlias alias, string fieldName, bool desc = false ) : |
||
alias | IAlias | A table alias that will be prepended to the field name with "." between |
fieldName | string | A field name of the aliased table. |
desc | bool | True to add " DESC" keyword to the expression. |
return |