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