Table of Contents

Method BuildQuery

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

BuildQuery()

Creates an IMongoQuery from the where clause (returns null if no where clause was specified).

public IMongoQuery BuildQuery()

Returns

IMongoQuery

An IMongoQuery.