DefaultQuerySqlGenerator.ExtractNonNullExpressionValues 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
Extrahiert die Nicht-NULL-Ausdruckswerte aus einer Liste von Ausdrücken.
protected virtual System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> ExtractNonNullExpressionValues (System.Collections.Generic.IReadOnlyList<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> ExtractNonNullExpressionValues (System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> inExpressionValues);
abstract member ExtractNonNullExpressionValues : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
override this.ExtractNonNullExpressionValues : System.Collections.Generic.IReadOnlyList<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 ExtractNonNullExpressionValues : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
override this.ExtractNonNullExpressionValues : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
Protected Overridable Function ExtractNonNullExpressionValues (inExpressionValues As IReadOnlyList(Of Expression)) As IReadOnlyList(Of Expression)
Parameter
- inExpressionValues
- IReadOnlyList<Expression>
Die Liste der Ausdrücke.
Gibt zurück
Die extrahierten Nicht-NULL-Ausdruckswerte.
- 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