EdmFunctions.BitwiseNot(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'BitwiseNot' canonica con l'argomento specificato, che deve avere un tipo di risultato numerico integer. Il tipo di risultato dell'espressione è uguale al tipo degli 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.

Valori restituiti

Nuovo DbFunctionExpression che restituisce il valore prodotto eseguendo l'istruzione NOT bit per bit di value.

Eccezioni

value è null.

value non è valido.

Si applica a