Method Keys
Keys(params string[])
Sets one or more key names.
public static GroupByBuilder Keys(params string[] names)
Parameters
names
string[]One or more key names.
Returns
- GroupByBuilder
The builder (so method calls can be chained).
Sets one or more key names.
public static GroupByBuilder Keys(params string[] names)
names
string[]One or more key names.
The builder (so method calls can be chained).