Sql.Net Class Library Documentation

OrderByTerm Constructor

Creates an ORDER BY term with field name and table alias

Overload List

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);

See Also

OrderByTerm Class | Reeb.SqlOM Namespace