DomainObjects Class Library

Criteria.AddNotExists Method (Type, Criteria)

Constrains the search to rows where no row is returned by the criteria being executed against the given classToFind.

public Criteria AddNotExists(
   Type classToFind,
   Criteria criteria
);

Parameters

classToFind
Type of the persistable object against which to search.
criteria
The criteria 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