Table of Contents

Class GroupByPart

Namespace
Utils.Data.Sql
Assembly
Utils.Data.dll

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

segment SqlSegment

The segment describing the GROUP BY clause.