EdmFunctions.BitwiseNot(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'BitwiseNot' canonica con gli argomenti specificati, che devono presentare un tipo di risultato Integer numerico. Il tipo di risultato dell'espressione è uguale al tipo di argomenti.

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

Parametri

value
DbExpression

Espressione che specifica il primo operando.

Restituisce

Nuovo dbFunctionExpression che restituisce il valore prodotto eseguendo il not bit per bit di value.

Eccezioni

value è null.

value non è valido.

Si applica a