RelationalShapedQueryCompilingExpressionVisitor Oluşturucu

Tanım

ShapedQueryCompilingExpressionVisitor sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

dependencies
ShapedQueryCompilingExpressionVisitorDependencies

Bu sınıf için bağımlılıkları içeren parametre nesnesi.

relationalDependencies
RelationalShapedQueryCompilingExpressionVisitorDependencies

Bu sınıf için ilişkisel bağımlılıkları içeren parametre nesnesi.

queryCompilationContext
QueryCompilationContext

Kullanılacak sorgu derleme bağlam nesnesi.

Şunlara uygulanır