Freigeben über


IQueryTranslationPreprocessorFactory.Create(QueryCompilationContext) Methode

Definition

Erstellt eine neue QueryTranslationPreprocessor für die angegebene QueryCompilationContext.

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

Parameter

queryCompilationContext
QueryCompilationContext

Der zu verwendende Abfragekompilierungskontext.

Gibt zurück

Der erstellte Besucher.

Gilt für: