Click or drag to resize

RawBsonDocument.Set Method

Overload List
  NameDescription
Public methodSet(Int32, BsonValue)
Sets the value of an element.
(Overrides BsonDocument.Set(Int32, BsonValue).)
Public methodSet(String, BsonValue)
Sets the value of an element (an element will be added if no element with this name is found).
(Overrides BsonDocument.Set(String, BsonValue).)
Top
See Also