Table of Contents

Method Keys

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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).