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