Click or drag to resize

MaterializedOnDemandBsonDocumentSetElement Method

Overload List
  NameDescription
Public methodSetElement(BsonElement)
Sets an element of the document (replaces any existing element with the same name or adds a new element if an element with the same name is not found).
(Overrides BsonDocumentSetElement(BsonElement).)
Public methodSetElement(Int32, BsonElement)
Sets an element of the document (replacing the existing element at that position).
(Overrides BsonDocumentSetElement(Int32, BsonElement).)
Top
See Also