Class GroupByPart
Represents the GROUP BY clause of a SQL statement.
public sealed class GroupByPart : SqlStatementPart
- Inheritance
-
GroupByPart
- Inherited Members
- Extension Methods
Constructors
GroupByPart(SqlSegment)
Initializes a new instance of the GroupByPart class.
public GroupByPart(SqlSegment segment)
Parameters
segmentSqlSegmentThe segment describing the GROUP BY clause.