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