Udostępnij przez


DbExpressionBuilder.Not(DbExpression) Metoda

Definicja

Tworzy element DbNotExpression , który wykonuje logiczne negację danego 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

Wyrażenie logiczne określające argument.

Zwraca

Nowa baza danych DbNotExpression z określonym argumentem.

Wyjątki

argument ma wartość null.

argument nie ma typu wyniku logicznego.

Dotyczy