Method Create
- Namespace
- MongoDB.EntityFrameworkCore.Query.Factories
- Assembly
- MongoDB.EntityFrameworkCore.dll
Create(QueryCompilationContext)
Create a new MongoShapedQueryCompilingExpressionVisitor with necessary dependencies.
public virtual ShapedQueryCompilingExpressionVisitor Create(QueryCompilationContext queryCompilationContext)
Parameters
queryCompilationContextQueryCompilationContextThe QueryCompilationContext passed to each newly created MongoShapedQueryCompilingExpressionVisitor.
Returns
- ShapedQueryCompilingExpressionVisitor
The newly created MongoShapedQueryCompilingExpressionVisitor.