DbExpressionBuilder.Not(DbExpression) Metodo

Definizione

Crea un oggetto DbNotExpression che esegue la negazione logica dell'argomento specificato.

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

Parametri

argument
DbExpression

Espressione booleana che specifica l'argomento.

Restituisce

Nuovo DbNotExpression con l'argomento specificato.

Eccezioni

argument è null.

argument non contiene un tipo di risultato booleano.

Si applica a