次の方法で共有


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

このクラスの依存関係を含む Parameter オブジェクト。

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

このクラスのリレーショナル依存関係を含む Parameter オブジェクト。

queryCompilationContext
QueryCompilationContext

使用するクエリ コンパイル コンテキスト オブジェクト。

適用対象