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