LeanCache.isNullValue Method [AX 2012]

Determines whether the specified value is a nullNothingnullptrunita null reference (Nothing in Visual Basic) value.

public boolean isNullValue(anytype _value)

Run On

Called

Parameters

_value
Type: anytype
A cached value.

Return Value

Type: boolean
true if the given value is equivalent to a nullNothingnullptrunita null reference (Nothing in Visual Basic) value; otherwise, false.

Community Additions

ADD
Show: