예제 #1
0
 public void InsensitiveLike(string propertyName, string value, HqlMatchMode matchMode)
 {
     Criterion = HqlRestrictions.InsensitiveLike(propertyName, value, matchMode);
 }