GroupByStep
Represents a GROUP BY operation.
public sealed class GroupByStep : StepBase, IStep
Constructors
GroupByStep
public GroupByStep(IEnumerable<string> columns)
Initializes a new instance of the `` class.
| Parameter | Type | Description |
|---|---|---|
columns |
String> |
The columns to group by. |
Properties
Columns
public ImmutableArray<string> Columns { get; }
Gets the columns to group by.