Sql.Net Class Library Documentation

GroupByTermCollection Constructor

Initializes a new empty instance of the GroupByTermCollection class.

Overload List

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);

See Also

GroupByTermCollection Class | Reeb.SqlOM Namespace