EdmFunctions.Abs(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立會使用指定引數叫用標準 'Abs' 函式的 DbFunctionExpression,其中的引數都必須具有數值結果型別。 運算式的結果類型與值的結果類型相同。
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Abs (this System.Data.Entity.Core.Common.CommandTrees.DbExpression value);
static member Abs : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Abs (value As DbExpression) As DbFunctionExpression
參數
- value
- DbExpression
指定數值的運算式。
傳回
傳回 value 之絕對值的新 DbFunctionExpression。