예제 #1
0
 public void Lt(string propertyName, object value)
 {
     Criterion = HqlRestrictions.Lt(propertyName, value);
 }