Azavea.Open.DAO.Criteria.AbstractExpression.Invert C# (CSharp) Метод

Invert() публичный абстрактный Метод

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
Результат IExpression
        public abstract IExpression Invert();