Click or drag to resize

MongoCollectionGroup 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.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
[ObsoleteAttribute("The group command was deprecated in server version 3.4.")]
public virtual IEnumerable<BsonDocument> Group(
	GroupArgs args
)

Parameters

args
Type: MongoDB.DriverGroupArgs
The args.

Return Value

Type: IEnumerableBsonDocument
A list of results as BsonDocuments.
See Also