LeanCache.findIsNullValue Method [AX 2012]

Determines whether the last call to the find method returns a nullNothingnullptrunita null reference (Nothing in Visual Basic) value.

public boolean findIsNullValue()

Run On

Called

Return Value

Type: boolean
true if the last found value was a nullNothingnullptrunita null reference (Nothing in Visual Basic) value; otherwise, false.

Call find first in order to obtain a valid result.

Community Additions

ADD
Show: