Sql.Net Class Library Documentation

OrderByTerm Constructor (String, FromTerm, OrderByDirection)

Creates an ORDER BY term with field name and table alias

public OrderByTerm(
   string field,
   FromTerm table,
   OrderByDirection dir
);

Parameters

field
Name of a field to order by
table
The table this field belongs to
dir
Order by direction

See Also

OrderByTerm Class | Reeb.SqlOM Namespace | OrderByTerm Constructor Overload List