共用方式為


ShapedQueryCompilingExpressionVisitor 建構函式

定義

建立 ShapedQueryCompilingExpressionVisitor 類別的新執行個體。

protected ShapedQueryCompilingExpressionVisitor (Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor
Protected Sub New (dependencies As ShapedQueryCompilingExpressionVisitorDependencies, queryCompilationContext As QueryCompilationContext)

參數

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

包含這個類別相依性的參數物件。

queryCompilationContext
QueryCompilationContext

要使用的查詢編譯內容物件。

適用於