DomainObjects Class Library

Criteria.AddIn Method

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.

Overload List

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[]);

See Also

Criteria Class | DomainObjects.Facade.Command Namespace