Compartir a través de


DefaultQuerySqlGenerator.ExtractNonNullExpressionValues Método

Definición

Precaución

If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore

Extrae los valores de expresión que no son NULL de una lista de expresiones.

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>

Lista de expresiones.

Devoluciones

Valores de expresión no NULL extraídos.

Atributos

Se aplica a