Table of Contents

Constructor TranslatedQuery

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

TranslatedQuery(MongoCollection, Type)

Initializes a new instance of the MongoLinqQuery class.

protected TranslatedQuery(MongoCollection collection, Type documentType)

Parameters

collection MongoCollection

The collection being queried.

documentType Type

The document type being queried.