Table of Contents

Class MongoShapedQueryCompilingExpressionVisitorDependencies

Namespace
MongoDB.EntityFrameworkCore.Query.Visitors.Dependencies
Assembly
MongoDB.EntityFrameworkCore.dll
public sealed record MongoShapedQueryCompilingExpressionVisitorDependencies : IEquatable<MongoShapedQueryCompilingExpressionVisitorDependencies>
Inheritance
MongoShapedQueryCompilingExpressionVisitorDependencies
Implements
Inherited Members

Constructors

MongoShapedQueryCompilingExpressionVisitorDependencies(BsonSerializerFactory)

Dependencies required by MongoShapedQueryCompilingExpressionVisitor which will be supplied by the MongoShapedQueryCompilingExpressionVisitorFactory.

Properties

BsonSerializerFactory

The BsonSerializerFactory used to cache EntitySerializer<TValue> objects.