Click or drag to resize

MongoCollection.Group Method (GroupArgs)

Note: This API is now obsolete.

Runs the group command on this collection.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
[ObsoleteAttribute("The group command was deprecated in server version 3.4.")]
public virtual IEnumerable<BsonDocument> Group(
	GroupArgs args
)

Parameters

args
Type: MongoDB.Driver.GroupArgs
The args.

Return Value

Type: IEnumerable<BsonDocument>
A list of results as BsonDocuments.
See Also