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