MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Bson
BsonDocument Class
BsonDocument Constructor
BsonDocument Constructor
BsonDocument Constructor (Boolean)
BsonDocument Constructor (Dictionary(String, Object))
BsonDocument Constructor (IEnumerable(KeyValuePair(String, Object)))
BsonDocument Constructor (IDictionary)
BsonDocument Constructor (BsonElement)
BsonDocument Constructor (BsonElement[])
BsonDocument Constructor (IEnumerable(BsonElement))
BsonDocument Constructor (Dictionary(String, Object), IEnumerable(String))
BsonDocument Constructor (IDictionary(String, Object), IEnumerable(String))
BsonDocument Constructor (IDictionary, IEnumerable)
BsonDocument Constructor (String, BsonValue)
BsonDocument Constructor
Initializes a new instance of the BsonDocument class.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
C#
VB
F#
Copy
public
BsonDocument
()
Public
Sub
New
new
:
unit
->
BsonDocument
See Also
Reference
BsonDocument Class
BsonDocument Overload
MongoDB.Bson Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB