DomainObjects Class Library

Criteria.AddInSubquery Method

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.

Overload List

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

See Also

Criteria Class | DomainObjects.Facade.Command Namespace