public void Le(string propertyName, object value) { Criterion = HqlRestrictions.Le(propertyName, value); }