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

TrueOrNot() public method

This tells you whether you want things that match, or things that don't match, this expression.
public TrueOrNot ( ) : bool
return bool
        public virtual bool TrueOrNot()
        {
            return _trueOrNot;
        }