Azavea.Open.DAO.Criteria.Joins.GreaterJoinExpression.GreaterJoinExpression C# (CSharp) 메소드

GreaterJoinExpression() 공개 메소드

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.
리턴 System
        public GreaterJoinExpression(string leftProperty, string rightProperty)
            : this(leftProperty, rightProperty, true)
        {
        }

Same methods

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