共用方式為


EdmFunctions.Abs(DbExpression) 方法

定義

建立會使用指定引數叫用標準 'Abs' 函式的 DbFunctionExpression,其中的引數都必須具有數值結果型別。 表達式的結果類型與的結果類型 value相同。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Abs(System::Data::Common::CommandTrees::DbExpression ^ value);
public static System.Data.Common.CommandTrees.DbFunctionExpression Abs (this System.Data.Common.CommandTrees.DbExpression value);
static member Abs : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Abs (value As DbExpression) As DbFunctionExpression

參數

value
DbExpression

指定數值的運算式。

傳回

傳回 絕對值 value的新 DbFunctionExpression。

例外狀況

valuenull

所表示的 value 表達式無效。

適用於