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

LesserExpression() public method

Property < Value
public LesserExpression ( 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 LesserExpression(string property, object value)
            : this(property, value, true)
        {
        }

Same methods

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