Sql.Net Class Library Documentation

GroupByTerm Class

Represents one term in a GROUP BY clause

For a list of all members of this type, see GroupByTerm Members.

System.Object
   Reeb.SqlOM.GroupByTerm

public class GroupByTerm

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Use OrderByTerm to specify how rows of a result-set should be grouped. Please note that when you use GROUP BY, your SELECT statement can only include columns which are specified in the GROUP BY clause and aggregation columns.

Requirements

Namespace: Reeb.SqlOM

Assembly: Reeb.SqlOM (in Reeb.SqlOM.dll)

See Also

GroupByTerm Members | Reeb.SqlOM Namespace