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

GreaterJoinExpression() public method

LeftProperty > RightProperty
public GreaterJoinExpression ( 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 GreaterJoinExpression(string leftProperty, string rightProperty)
            : this(leftProperty, rightProperty, true)
        {
        }

Same methods

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