Exemple #1
0
 public AbstractCriterion LeProperty(Property other)
 {
     return(Expression.LeProperty(PropertyName, other.PropertyName));
 }