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