DbExpressionBuilder.UnaryMinus(DbExpression) Method

Definition

Creates a new DbArithmeticExpression that negates the value of the argument.

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

Parameters

argument
DbExpression

An expression that specifies the argument.

Returns

A new DbArithmeticExpression representing the negation operation.

Exceptions

argument is null.

No numeric result type exists for argument.

Applies to