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

RightPropertyValueEqualJoinExpression() public method

For joins that use one field from the Right DAO and compares on a value.
public RightPropertyValueEqualJoinExpression ( string property, object value ) : System
property string The name of the property on the object returned by the /// Right DAO.
value object The value that the given property is compared to.
return System
        public RightPropertyValueEqualJoinExpression(string property, object value)
            : this(property, value, true)
        {
        }

Same methods

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