DbExpressionBuilder.Negate Method (DbExpression)
Creates a new DbArithmeticExpression that negates the value of the argument.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- argument
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
An expression that specifies the argument.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpressionA new DbArithmeticExpression representing the negation operation.
Exception | Condition |
---|---|
ArgumentNullException | argument is null. |
ArgumentException | No numeric result type exists for argument. |