public void LtProperty(string propertyName, string otherPropertyName) { Criterion = HqlRestrictions.LtProperty(propertyName, otherPropertyName); }