Ejemplo n.º 1
0
 public void IsNotNull(string propertyName)
 {
     Criterion = HqlRestrictions.IsNotNull(propertyName);
 }