Sdílet prostřednictvím


DbExpressionBuilder.Not(DbExpression) Metoda

Definice

Vytvoří DbNotExpression logická negace daného argumentu.

public static System.Data.Entity.Core.Common.CommandTrees.DbNotExpression Not(this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Not : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbNotExpression
<Extension()>
Public Function Not (argument As DbExpression) As DbNotExpression

Parametry

argument
DbExpression

Logický výraz, který určuje argument.

Návraty

Nový DbNotExpression se zadaným argumentem.

Výjimky

argument je null.

argument nemá logický typ výsledku.

Platí pro