Esempio n. 1
0
 public void IsEmpty(string propertyName)
 {
     Criterion = HqlRestrictions.IsEmpty(propertyName);
 }