DbExpressionBuilder.Not(DbExpression) Método

Definición

Crea una expresión DbNotExpression que realiza la negación lógica del argumento definido.

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

Parámetros

argument
DbExpression

Una expresión booleana que especifica el argumento.

Devoluciones

Nuevo DbNotExpression con el argumento especificado.

Excepciones

argument es null.

argument no tiene un tipo de resultado booleano.

Se aplica a