EdmFunctions.BitwiseNot(DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.