Exemplo n.º 1
0
 public void LtProperty(string propertyName, string otherPropertyName)
 {
     Criterion = HqlRestrictions.LtProperty(propertyName, otherPropertyName);
 }