Freigeben über


IShapedQueryCompilingExpressionVisitorFactory.Create Methode

Definition

Erstellt einen neuen ShapedQueryCompilingExpressionVisitor für den angegebenen QueryCompilationContext.

public Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor Create (Microsoft.EntityFrameworkCore.Query.QueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.QueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor
Public Function Create (queryCompilationContext As QueryCompilationContext) As ShapedQueryCompilingExpressionVisitor

Parameter

queryCompilationContext
QueryCompilationContext

Der zu verwendende Abfragekompilierungskontext.

Gibt zurück

Der erstellte Besucher.

Gilt für: