DomainObjects Class Library

Criteria.AddExists Method

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

Overload List

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

See Also

Criteria Class | DomainObjects.Facade.Command Namespace