Constrains the search to rows in which the field has a value that is equal to at least one of the values returned by the given subquery.
Constrains the search to rows in which the field has a value that is equal to at least one of the values returned by the given subquery.
public Criteria AddInSubquery(Field,ScalarQuery);
Constrains the search to rows in which the field has a value that is equal to at least one of the compareToField values returned by a subquery constrained by the given criteria.
public Criteria AddInSubquery<CompareToClass>(Field,Field,Criteria); where CompareToClass: PersistableObject
Criteria Class | DomainObjects.Facade.Command Namespace