Click or drag to resize

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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public IQueryable CreateQuery(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression
The query expression.

Return Value

Type: IQueryable
A new instance of MongoQueryable{{T}}.

Implements

IQueryProviderCreateQuery(Expression)
See Also