AfDataContainerUtilities::getServerSideArray Method [AX 2012]

Gets a server-side array of the same type and that contains the same data as the specified array.

Syntax

server public static AfArray getServerSideArray(AfArray _array)

Run On

Server

Parameters

Return Value

Type: AfArray Class
A Server-side array.

Remarks

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

The returned array may be the same object as the one specified if the latter resides on the server tier.

See Also

Reference

AfDataContainerUtilities Class