DomainObjects Class Library

Criteria.AddNotExists Method

Constrains the search to rows where no row is returned by the subquery.

Overload List

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);

See Also

Criteria Class | DomainObjects.Facade.Command Namespace