Initializes a new empty instance of the GroupByTermCollection class.
Initializes a new empty instance of the GroupByTermCollection class.
public GroupByTermCollection();
Initializes a new instance of the GroupByTermCollection class, containing elements copied from an array.
public GroupByTermCollection(GroupByTerm[]);
Initializes a new instance of the GroupByTermCollection class, containing elements copied from another instance of GroupByTermCollection
public GroupByTermCollection(GroupByTermCollection);
GroupByTermCollection Class | Reeb.SqlOM Namespace