AfStronglyTypedDataContainer.get_EdtArray Method [AX 2012]

Gets data items of the extended array type.

Syntax

protected anytype get_EdtArray(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The data item name.

Return Value

Type: anytype
The value of the data item of the corresponding extended array type.

Remarks

If the data item does not exist, the method throws an exception.

See Also

Reference

AfStronglyTypedDataContainer Class