共用方式為


DbExpressionBuilder.Negate(DbExpression) 方法

定義

建立新的 DbArithmeticExpression,這個運算式會將引數值變成相反值。

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

參數

argument
DbExpression

指定引數的運算式。

傳回

表示否定運算的新 DbArithmeticExpression。

例外狀況

引數為 null。

引數沒有任何數值結果類型存在。

適用於