Click or drag to resize
BsonDocumentSortDefinition<TDocument> Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public BsonDocumentSortDefinition(
	BsonDocument document
)

Parameters

document
Type: MongoDB.Bson.BsonDocument
The document.
See Also