Udostępnij za pośrednictwem


DbExpressionBuilder.Negate(DbExpression) Metoda

Definicja

Tworzy nowy DbArithmeticExpression element, który neguje wartość argumentu.

public static System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression Negate (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Negate : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Negate (argument As DbExpression) As DbArithmeticExpression

Parametry

argument
DbExpression

Wyrażenie określające argument.

Zwraca

Nowa operacja DbArithmeticExpression reprezentująca operację negacji.

Wyjątki

argument ma wartość null.

Dla argumentu nie istnieje żaden typ wyniku liczbowego.

Dotyczy