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