DbExpressionBuilder.Not(DbExpression) Método

Definición

Crea un DbNotExpression objeto que realiza la negación lógica del argumento especificado.

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

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