Table of Contents

Method Create

Namespace
MongoDB.Driver.Wrappers
Assembly
MongoDB.Driver.Legacy.dll

Create(object)

Creates a new instance of the GroupByWrapper class.

public static GroupByWrapper Create(object groupBy)

Parameters

groupBy object

The wrapped object.

Returns

GroupByWrapper

A new instance of GroupByWrapper or null.