DefaultQuerySqlGenerator.ProcessInExpressionValues Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore
Przetwarzanie wartości InExpression.
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)
Parametry
- inExpressionValues
- IEnumerable<Expression>
Wartości wyrażeń w.
Zwraca
Lista wyrażeń.
- Atrybuty
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.