Table of Contents

Constructor GroupByBuilder

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

GroupByBuilder()

Initializes a new instance of the GroupByBuilder class.

public GroupByBuilder()

GroupByBuilder(string[])

Initializes a new instance of the GroupByBuilder class.

public GroupByBuilder(string[] names)

Parameters

names string[]

One or more key names.