| MongoQueryProviderCreateQuery Method (Expression) | 
 
            Creates a new instance MongoQueryable{{T}} for this provider. Calls the generic CreateQuery{{T}} 
            to actually create the new MongoQueryable{{T}} instance.
            
 
    Namespace: 
   MongoDB.Driver.Linq
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
 Syntax
Syntaxpublic IQueryable CreateQuery(
	Expression expression
)
Public Function CreateQuery ( 
	expression As Expression
) As IQueryable
abstract CreateQuery : 
        expression : Expression -> IQueryable 
override CreateQuery : 
        expression : Expression -> IQueryable Parameters
- expression
- Type: System.Linq.ExpressionsExpression
 The query expression.
Return Value
Type: 
IQueryableA new instance of MongoQueryable{{T}}.
Implements
IQueryProviderCreateQuery(Expression) See Also
See Also