Constrains the search to rows in which the field has a value that is equal to at least one of the values in the set of compareToValues.
Constrains the search to rows in which the field has a value that is equal to at least one of the values in the set of compareToValues.
public Criteria AddIn(Field,IEnumerable);
Constrains the search to rows in which the field has a value that is equal to at least one of the values in the set of compareToValues.
public Criteria AddIn(Field,params Object[]);
Criteria Class | DomainObjects.Facade.Command Namespace