Sql.Net Class Library Documentation

GroupByTermCollection.AddRange Method

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

Overload List

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

public virtual void AddRange(GroupByTerm[]);

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

public virtual void AddRange(GroupByTermCollection);

See Also

GroupByTermCollection Class | Reeb.SqlOM Namespace