DefaultQuerySqlGenerator.ExtractNonNullExpressionValues Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore
Extrai os valores de expressão não nula de uma lista de expressões.
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)
Parâmetros
- inExpressionValues
- IReadOnlyList<Expression>
A lista de expressões.
Retornos
Os valores de expressão não nula extraídos.
- Atributos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework