tags:

views:

45

answers:

0

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?