Udostępnij za pośrednictwem


DbExpressionBuilder.Negate(DbExpression) Metoda

Definicja

Tworzy nową, DbArithmeticExpression która neguje wartość argumentu.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbArithmeticExpression ^ Negate(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbArithmeticExpression Negate (this System.Data.Common.CommandTrees.DbExpression argument);
static member Negate : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Negate (argument As DbExpression) As DbArithmeticExpression

Parametry

argument
DbExpression

Wyrażenie, które określa argument.

Zwraca

Nowa operacja DbArithmeticExpression reprezentująca operację negacji.

Wyjątki

argument ma wartość null.

Dla elementu nie istnieje żaden typ wyniku liczbowego.argument

Dotyczy