AfDataContainerUtilities::getClientSideDataContainer Method [AX 2012]

Gets a client-side data container of the same type and that contains the same data as the specified data container.

Syntax

client public static AfDataContainer getClientSideDataContainer(AfDataContainer _dataContainer)

Run On

Client

Parameters

Return Value

Type: AfDataContainer Class
A client-side data container.

Remarks

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

The returned data container may be the same object as the specified container if the latter resides on the client tier.

See Also

Reference

AfDataContainerUtilities Class