Sql.Net Class Library Documentation

OrderByTermCollection.AddRange Method (OrderByTermCollection)

Adds the elements of another OrderByTermCollection to the end of this OrderByTermCollection.

public virtual void AddRange(
   OrderByTermCollection items
);

Parameters

items
The OrderByTermCollection whose elements are to be added to the end of this OrderByTermCollection.

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace | OrderByTermCollection.AddRange Overload List