Beispiel #1
0
 public AbstractCriterion IsNotNull()
 {
     return(Expression.IsNotNull(PropertyName));
 }