Click or drag to resize

BsonDocument.Create Method

Creates a new BsonDocument by mapping an object to a BsonDocument.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public static BsonDocument Create(
	Object value
)

Parameters

value
Type: System.Object
The object to be mapped to a BsonDocument.

Return Value

Type: BsonDocument
A BsonDocument.
See Also