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();