Table of Contents

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

queryCompilationContext QueryCompilationContext

The QueryCompilationContext passed to each newly created MongoShapedQueryCompilingExpressionVisitor.

Returns

ShapedQueryCompilingExpressionVisitor

The newly created MongoShapedQueryCompilingExpressionVisitor.