DefaultQuerySqlGenerator.ProcessInExpressionValues Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore
Verarbeiten Sie die InExpression-Werte.
protected virtual System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> ProcessInExpressionValues (System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> inExpressionValues);
[System.Obsolete("If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore")]
protected virtual System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> ProcessInExpressionValues (System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> inExpressionValues);
abstract member ProcessInExpressionValues : seq<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
override this.ProcessInExpressionValues : seq<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
[<System.Obsolete("If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore")>]
abstract member ProcessInExpressionValues : seq<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
override this.ProcessInExpressionValues : seq<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
Protected Overridable Function ProcessInExpressionValues (inExpressionValues As IEnumerable(Of Expression)) As IReadOnlyList(Of Expression)
Parameter
- inExpressionValues
- IEnumerable<Expression>
Die in -Ausdruckswerte.
Gibt zurück
Eine Liste von Ausdrücken.
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework