Share via


InExpression.Negate Method

Definition

Negates this expression by changing presence/absence state indicated by IsNegated.

public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.InExpression Negate ();
override this.Negate : unit -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.InExpression
Public Overridable Function Negate () As InExpression

Returns

An expression which is negated form of this expression.

Applies to