예제 #1
0
 public void IsNull(string propertyName)
 {
     Criterion = HqlRestrictions.IsNull(propertyName);
 }