EdmFunctions.BitwiseNot(DbExpression) Metoda

Definice

Vytvoří DbFunctionExpression , který vyvolá kanonickou funkci BitwiseNot se zadaným argumentem, který musí mít celočí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ý vrátí hodnotu vytvořenou provedením bitové NOT .value

Výjimky

value je null.

value je neplatný.

Platí pro