Sdílet prostřednictvím


EdmFunctions.Abs(DbExpression) Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci Abs se zadaným argumentem, který musí mít číselný typ výsledku. Typ výsledku výrazu je stejný jako typ výsledku výrazu 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

Parametry

value
DbExpression

Výraz, který určuje číselnou hodnotu.

Návraty

Nový DbFunctionExpression, který vrací absolutní hodnotu .value

Výjimky

value je null.

Výraz reprezentovaný je value neplatný.

Platí pro