Azavea.Open.DAO.Criteria.AbstractExpression.TrueOrNot C# (CSharp) 메소드

TrueOrNot() 공개 메소드

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