Table of Contents

Method GetMongoQuery

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

GetMongoQuery()

Gets the MongoDB query that will be sent to the server when this LINQ query is executed.

public IMongoQuery GetMongoQuery()

Returns

IMongoQuery

The MongoDB query.