Azavea.Open.DAO.Criteria.Joins.LesserJoinExpression.LesserJoinExpression C# (CSharp) Method

LesserJoinExpression() public method

LeftProperty < RightProperty
public LesserJoinExpression ( string leftProperty, string rightProperty ) : System
leftProperty string The name of the property on the object returned by the /// left DAO that we are comparing.
rightProperty string The name of the property on the object returned by the /// right DAO that we are comparing.
return System
        public LesserJoinExpression(string leftProperty, string rightProperty)
            : this(leftProperty, rightProperty, true)
        {
        }

Same methods

LesserJoinExpression::LesserJoinExpression ( string leftProperty, string rightProperty, bool trueOrNot ) : System