Azavea.Open.DAO.Criteria.AbstractExpression.Invert C# (CSharp) Method

Invert() public abstract method

Produces an expression that is the exact opposite of this expression. The new expression should exclude everything this one includes, and include everything this one excludes.
public abstract Invert ( ) : IExpression
return IExpression
        public abstract IExpression Invert();