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