コード例 #1
0
 public void Le(string propertyName, object value)
 {
     Criterion = HqlRestrictions.Le(propertyName, value);
 }