Method | Description | |
---|---|---|
BuildQuery ( ) : IMongoQuery |
Creates an IMongoQuery from the where clause (returns null if no where clause was specified).
|
|
Execute ( ) : object |
Executes the translated Find query.
|
|
SelectQuery ( MongoCollection collection, |
Initializes a new instance of the MongoLinqFindQuery class.
|
|
Translate ( |
Translates a LINQ query expression tree.
|
Method | Description | |
---|---|---|
CombinePredicateWithWhereClause ( |
||
EnsurePreviousExpressionIsSkipOrTake ( ) : void | ||
ExecuteDistinct ( IMongoQuery query ) : object | ||
SetElementSelector ( |
||
StripQuote ( |
||
ToInt32 ( |
||
TranslateAny ( |
||
TranslateCount ( |
||
TranslateDistinct ( |
||
TranslateElementAt ( |
||
TranslateFirstOrSingle ( |
||
TranslateLast ( |
||
TranslateMaxMin ( |
||
TranslateMethodCall ( |
||
TranslateOfType ( |
||
TranslateOrderBy ( |
||
TranslateSelect ( |
||
TranslateSkip ( |
||
TranslateTake ( |
||
TranslateThenBy ( |
||
TranslateWhere ( |
public SelectQuery ( MongoCollection collection, |
||
collection | MongoCollection | The collection being queried. |
documentType | The document type. | |
return | System |
public Translate ( |
||
expression | The LINQ query expression tree. | |
return | void |