IQueryTranslationPreprocessorFactory.Create(QueryCompilationContext) Metoda

Definicja

Tworzy nowy QueryTranslationPreprocessor element dla danego QueryCompilationContextelementu .

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

Parametry

queryCompilationContext
QueryCompilationContext

Kontekst kompilacji zapytania do użycia.

Zwraca

Utworzony gość.

Dotyczy