Table of Contents

Class GroupByWrapper

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

Represents a wrapped object that can be used where an IMongoGroupBy is expected (the wrapped object is expected to serialize properly).

[BsonSerializer(typeof(GroupByWrapper.Serializer))]
public class GroupByWrapper : BaseWrapper, IMongoGroupBy
Inheritance
GroupByWrapper
Implements
Inherited Members
Extension Methods

Constructors

GroupByWrapper(object)

Initializes a new instance of the GroupByWrapper class.

Methods

Create(object)

Creates a new instance of the GroupByWrapper class.