IQueryExpressionInterceptor.QueryCompilationStarting Yöntem

Tanım

Derilmeden önce sorgu için LINQ ifade ağacıyla çağrılır.

public virtual System.Linq.Expressions.Expression QueryCompilationStarting (System.Linq.Expressions.Expression queryExpression, Microsoft.EntityFrameworkCore.Diagnostics.QueryExpressionEventData eventData);
abstract member QueryCompilationStarting : System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Diagnostics.QueryExpressionEventData -> System.Linq.Expressions.Expression
override this.QueryCompilationStarting : System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Diagnostics.QueryExpressionEventData -> System.Linq.Expressions.Expression
Public Overridable Function QueryCompilationStarting (queryExpression As Expression, eventData As QueryExpressionEventData) As Expression

Parametreler

queryExpression
Expression

Sorgu ifadesi.

eventData
QueryExpressionEventData

Sorgu ortamı hakkında bağlamsal bilgiler.

Döndürülenler

Devam etmek için sorgu ifadesi ağacı, kesme noktası tarafından değiştirilmiş olabilir.

Şunlara uygulanır