BsonDocumentDeepClone Method |
Creates a deep clone of the document (see also Clone).
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public override BsonValue DeepClone()
Public Overrides Function DeepClone As BsonValue
abstract DeepClone : unit -> BsonValue
override DeepClone : unit -> BsonValue
Return Value
Type:
BsonValueA deep clone of the document.
See Also