Constrains the search to rows where no row is returned by the subquery.
Constrains the search to rows where no row is returned by the subquery.
public Criteria AddNotExists(Query);
Constrains the search to rows where no row is returned by the criteria being executed against the given classToFind.
public Criteria AddNotExists(Type,Criteria);
Criteria Class | DomainObjects.Facade.Command Namespace