🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators notNull
Created by Hans.karlsen on 2017-11-20 · Last edited by Charles on 2025-12-08.


Returns true if the value is not null otherwise false.

Examples

Product.allinstances->first.Name.notNull

This checks that the name attribute is not null, it returns false if it is.

See also: OCLOperators_isNull and OCLOperators_nullValue