C# Class MongoDB.Driver.Linq.TranslatedQuery

Represents a LINQ query that has been translated to a MongoDB query.
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
Execute ( ) : object

Executes a query that returns a single result (overridden by subclasses).

Méthodes protégées

Méthode Description
TranslatedQuery ( MongoCollection collection, Type documentType ) : System

Initializes a new instance of the MongoLinqQuery class.

Method Details

Execute() public méthode

Executes a query that returns a single result (overridden by subclasses).
public Execute ( ) : object
Résultat object

TranslatedQuery() protected méthode

Initializes a new instance of the MongoLinqQuery class.
protected TranslatedQuery ( MongoCollection collection, Type documentType ) : System
collection MongoCollection The collection being queried.
documentType System.Type The document type being queried.
Résultat System