Share via


AfStronglyTypedDataContainerList.insert Method [AX 2012]

Inserts the specified data container at the specified index.

Syntax

public void insert(int _index, AfStronglyTypedDataContainer _stronglyTypedDataContainer)

Run On

Called

Parameters

  • _index
    Type: int
    The index at which to insert the specified data container.

Remarks

If the index is invalid, an error is thrown.

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

See Also

Reference

AfStronglyTypedDataContainerList Class