示例#1
0
 public void IsNotNull(string propertyName)
 {
     Criterion = HqlRestrictions.IsNotNull(propertyName);
 }