Azavea.Open.DAO.Criteria.CriteriaExpression.CriteriaExpression C# (CSharp) Method

CriteriaExpression() public method

Used when nesting another criteria.
public CriteriaExpression ( DaoCriteria crit ) : System
crit DaoCriteria Another whole criteria to be a nested expression. /// May not be null.
return System
        public CriteriaExpression(DaoCriteria crit)
            : this(crit, true)
        {
        }

Same methods

CriteriaExpression::CriteriaExpression ( DaoCriteria crit, bool trueOrNot ) : System