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.
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
Criteria Class | DomainObjects.Facade.Command Namespace