C# 클래스 MongoDB.Driver.Linq.TranslatedQuery

Represents a LINQ query that has been translated to a MongoDB query.
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
Execute ( ) : object

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

보호된 메소드들

메소드 설명
TranslatedQuery ( MongoCollection collection, Type documentType ) : System

Initializes a new instance of the MongoLinqQuery class.

메소드 상세

Execute() 공개 메소드

Executes a query that returns a single result (overridden by subclasses).
public Execute ( ) : object
리턴 object

TranslatedQuery() 보호된 메소드

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.
리턴 System