Click or drag to resize
MaterializedOnDemandBsonDocumentAdd Method (BsonElement)
Adds an element to the document.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public override BsonDocument Add(
	BsonElement element
)

Parameters

element
Type: MongoDB.BsonBsonElement
The element to add.

Return Value

Type: BsonDocument
The document (so method calls can be chained).
See Also