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

GreaterExpression() public method

Property > Value
public GreaterExpression ( string property, object value ) : System
property string The data class' property/field being compared. /// May not be null.
value object The value to check for. May not be null.
return System
        public GreaterExpression(string property, object value)
            : this(property, value, true)
        {
        }

Same methods

GreaterExpression::GreaterExpression ( string property, object value, bool trueOrNot ) : System