RelationalShapedQueryCompilingExpressionVisitor 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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
要使用的查詢編譯內容物件。