DomainObjects Class Library

Criteria.AddNotExists Method (Query)

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

public Criteria AddNotExists(
   Query subquery
);

Parameters

subquery
The subquery that will constrain the rows.

Return Value

The current Criteria to which an AddNotExists constraint has been added.

See Also

Criteria Class | DomainObjects.Facade.Command Namespace | Criteria.AddNotExists Overload List