DomainObjects Class Library

Criteria.AddNotInSubquery Method

Constrains the search to rows in which the field has a value that is not equal to any of the values returned by the given subquery.

Overload List

Constrains the search to rows in which the field has a value that is not equal to any of the values returned by the given subquery.

public Criteria AddNotInSubquery(Field,ScalarQuery);

Constrains the search to rows in which the field has a value that is not equal any of the compareToField values returned by a subquery constrained by the given criteria.

public Criteria AddNotInSubquery<CompareToClass>(Field,Field,Criteria); where CompareToClass: PersistableObject

See Also

Criteria Class | DomainObjects.Facade.Command Namespace