Udostępnij za pośrednictwem


DbExpressionBuilder.UnaryMinus(DbExpression) Metoda

Definicja

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbArithmeticExpression ^ UnaryMinus(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbArithmeticExpression UnaryMinus (this System.Data.Common.CommandTrees.DbExpression argument);
static member UnaryMinus : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function UnaryMinus (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 elementu nie istnieje żaden typ wyniku liczbowego.argument

Dotyczy