Click or drag to resize

MaterializedOnDemandBsonDocumentAdd Method (BsonElement)

Note: This API is now obsolete.

Adds a list of elements to the document.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
[ObsoleteAttribute("Use AddRange(IEnumerable<BsonElement> elements) instead.")]
public override BsonDocument Add(
	params BsonElement[] elements
)

Parameters

elements
Type: MongoDB.BsonBsonElement
The list of elements.

Return Value

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