예제 #1
0
 public void LeProperty(string propertyName, string otherPropertyName)
 {
     Criterion = HqlRestrictions.LeProperty(propertyName, otherPropertyName);
 }