AfDataContainerUtilities::isContainerValue Method [AX 2012]

Determines whether the specified value is of data container type.

Syntax

client server public static boolean isContainerValue(anytype _value)

Run On

Called

Parameters

  • _value
    Type: anytype
    A data item value.

Return Value

Type: boolean
A Boolean value that indicates whether the specified data item value is of data container type.

Remarks

If the value is null Nothing nullptr unit a null reference (Nothing in Visual Basic) the method returns false. To determine whether a data container value is null use the AfDataContainerUtilities::isNullDataItemValue method.

See Also

Reference

AfDataContainerUtilities Class