Table of Contents

Class GroupBy<TDocument>

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

A builder for specifying what the GroupBy command should group by.

public static class GroupBy<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
GroupBy<TDocument>
Inherited Members

Methods

Keys(params Expression<Func<TDocument, object>>[])

Sets one or more key names.