Share via


AfDataContainerList.swapList Method [AX 2012]

Swaps list objects that are used as underlying data storage.

Syntax

private List swapList(List _newList)

Run On

Called

Parameters

  • _newList
    Type: List Class
    A new List object to use as underlying data storage.

Return Value

Type: List Class
An old List object to use as underlying data storage.

See Also

Reference

AfDataContainerList Class