MongoQueryExceptionQuery Property |
Gets the query.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public BsonDocument Query { get; }
Public ReadOnly Property Query As BsonDocument
Get
member Query : BsonDocument with get
Property Value
Type:
BsonDocument
The query.
See Also