Sql.Net Class Library Documentation

OrderByTermCollection.AddRange Method

Adds the elements of an array to the end of this OrderByTermCollection.

Overload List

Adds the elements of an array to the end of this OrderByTermCollection.

public virtual void AddRange(OrderByTerm[]);

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

public virtual void AddRange(OrderByTermCollection);

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace