Class MongoShapedQueryCompilingExpressionVisitorFactory
- Namespace
- MongoDB.EntityFrameworkCore.Query.Factories
- Assembly
- MongoDB.EntityFrameworkCore.dll
A factory for creating MongoShapedQueryCompilingExpressionVisitor instances.
public class MongoShapedQueryCompilingExpressionVisitorFactory : IShapedQueryCompilingExpressionVisitorFactory
- Inheritance
-
MongoShapedQueryCompilingExpressionVisitorFactory
- Implements
- Inherited Members
Constructors
Properties
- Dependencies
The ShapedQueryCompilingExpressionVisitorDependencies passed to each MongoShapedQueryCompilingExpressionVisitor created by this factory.
- MongoDependencies
The MongoShapedQueryCompilingExpressionVisitorDependencies passed to each MongoShapedQueryCompilingExpressionVisitor created by this factory.
Methods
- Create(QueryCompilationContext)
Create a new MongoShapedQueryCompilingExpressionVisitor with necessary dependencies.