I have a evaluate expression like mentioned below
Restrictions.In(criteriaItem.PropertyName,criteriaItem.FilterValues);
Restrictions.Like(criteriaItem.PropertyName,criteriaItem.FilterValues);
i want Contains how do i do that?
I have a evaluate expression like mentioned below
Restrictions.In(criteriaItem.PropertyName,criteriaItem.FilterValues);
Restrictions.Like(criteriaItem.PropertyName,criteriaItem.FilterValues);
i want Contains how do i do that?