IQueryTranslationPreprocessorFactory.Create(QueryCompilationContext) Yöntem
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.
Verilen için yeni QueryTranslationPreprocessor bir QueryCompilationContext oluşturur.
public Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor
Public Function Create (queryCompilationContext As QueryCompilationContext) As QueryTranslationPreprocessor
Parametreler
- queryCompilationContext
- QueryCompilationContext
Kullanmak için sorgu derleme bağlamı.
Döndürülenler
Oluşturulan ziyaretçi.