QueryTranslationPreprocessor(QueryTranslationPreprocessorDependencies, QueryCompilationContext) Oluşturucu

Tanım

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

public QueryTranslationPreprocessor (Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor
Public Sub New (dependencies As QueryTranslationPreprocessorDependencies, queryCompilationContext As QueryCompilationContext)

Parametreler

dependencies
QueryTranslationPreprocessorDependencies

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

queryCompilationContext
QueryCompilationContext

Kullanılacak sorgu derleme bağlamı nesnesi.

Şunlara uygulanır