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

Invert() public method

Since handwritten expressions are completely custom, there is no automatic way to invert them. Therefore this is not supported.
public Invert ( ) : IExpression
return IExpression
        public override IExpression Invert()
        {
            throw new NotSupportedException("No way to invert a hand-written expression.");
        }