DomainObjects Class Library

Criteria.AddNotNull Method 

Constrains the search to rows in which the field has a non-null value.

public Criteria AddNotNull(
   Field field
);

Parameters

field
A field from the object model. It can be a field in a persistable object, a constant or a function.

Return Value

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

See Also

Criteria Class | DomainObjects.Facade.Command Namespace