DomainObjects Class Library

Criteria.AddExists Method (Query)

Constrains the search to rows where at least one row is returned by the subquery.

public Criteria AddExists(
   Query subquery
);

Parameters

subquery
The subquery that will constrain the rows.

Return Value

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

See Also

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