QueryTranslationPostprocessor Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
QueryTranslationPostprocessor(QueryTranslationPostprocessorDependencies)
public QueryTranslationPostprocessor(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor
Public Sub New (dependencies As QueryTranslationPostprocessorDependencies)
Parametreler
- dependencies
- QueryTranslationPostprocessorDependencies
Şunlara uygulanır
QueryTranslationPostprocessor(QueryTranslationPostprocessorDependencies, QueryCompilationContext)
QueryTranslationPostprocessor sınıfının yeni bir örneğini oluşturur.
public QueryTranslationPostprocessor(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies dependencies, Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
new Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies * Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor
Public Sub New (dependencies As QueryTranslationPostprocessorDependencies, queryCompilationContext As QueryCompilationContext)
Parametreler
- dependencies
- QueryTranslationPostprocessorDependencies
Bu sınıf için bağımlılıkları içeren parametre nesnesi.
- queryCompilationContext
- QueryCompilationContext
Kullanılacak sorgu derleme bağlam nesnesi.