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