示例#1
0
 public void GtProperty(string propertyName, string otherPropertyName)
 {
     Criterion = HqlRestrictions.GtProperty(propertyName, otherPropertyName);
 }