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