Azavea.Open.DAO.Criteria.HandWrittenExpression.Invert C# (CSharp) 메소드

Invert() 공개 메소드

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