Constructor MongoShapedQueryCompilingExpressionVisitorDependencies
- Namespace
- MongoDB.EntityFrameworkCore.Query.Visitors.Dependencies
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoShapedQueryCompilingExpressionVisitorDependencies(BsonSerializerFactory)
Dependencies required by MongoShapedQueryCompilingExpressionVisitor which will be supplied by the MongoShapedQueryCompilingExpressionVisitorFactory.
public MongoShapedQueryCompilingExpressionVisitorDependencies(BsonSerializerFactory BsonSerializerFactory)
Parameters
BsonSerializerFactoryBsonSerializerFactoryThe BsonSerializerFactory used to cache EntitySerializer<TValue> objects.