Sdílet prostřednictvím


EdmFunctions.BitwiseNot(DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonickou funkci BitwiseNot se zadaným argumentem, který musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je stejný jako typ argumentů.

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

Parametry

value
DbExpression

Výraz, který určuje první operand.

Návraty

Nový DbFunctionExpression, který vrací hodnotu vytvořenou provedením bitové noty .value

Výjimky

value je null.

Formát value je neplatný.

Platí pro