共用方式為


RelationalShapedQueryCompilingExpressionVisitor 建構函式

定義

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

public RelationalShapedQueryCompilingExpressionVisitor (Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies relationalDependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor : Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor
Public Sub New (dependencies As ShapedQueryCompilingExpressionVisitorDependencies, relationalDependencies As RelationalShapedQueryCompilingExpressionVisitorDependencies, queryCompilationContext As QueryCompilationContext)

參數

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

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

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

包含這個目錄關係型相依性的 Parameter 物件。

queryCompilationContext
QueryCompilationContext

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

適用於