Ejemplo n.º 1
0
 public AbstractCriterion LtProperty(Property other)
 {
     return(Expression.LtProperty(PropertyName, other.PropertyName));
 }