AfDataContainerUtilities::getClientSideArray Method [AX 2012]

Gets a client-side array of the same type and that contain the same data as the specified array.

Syntax

client public static AfArray getClientSideArray(AfArray _array)

Run On

Client

Parameters

Return Value

Type: AfArray Class
A client-side array.

Remarks

null Nothing nullptr unit a null reference (Nothing in Visual Basic) values are allowed.

The retrieved array may be the same object as the specified array if the latter resides on the client tier.

See Also

Reference

AfDataContainerUtilities Class