Sql.Net Class Library Documentation

OrderByTermCollection.Add Method 

Adds an instance of type OrderByTerm to the end of this OrderByTermCollection.

public virtual void Add(
   OrderByTerm value
);

Parameters

value
The OrderByTerm to be added to the end of this OrderByTermCollection.

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace