Creates an ORDER BY term with field name and table alias
Creates an ORDER BY term with field name and table alias
public OrderByTerm(string,FromTerm,OrderByDirection);
Creates an ORDER BY term with field name and no table alias
public OrderByTerm(string,OrderByDirection);
OrderByTerm Class | Reeb.SqlOM Namespace