Beispiel #1
0
 public void Eq(string propertyName, object value)
 {
     Criterion = HqlRestrictions.Eq(propertyName, value);
 }