ReqDemPlanExcelFileGenerator.containerToEnumerable Method [AX 2012]

Creates an enumerable that has the same contents as the given container.

Syntax

protected CLRObject containerToEnumerable(container _container)

Run On

Called

Parameters

  • _container
    Type: container
    The container to convert.

Return Value

Type: CLRObject Class
An enumerable that has the same contents as the given container.

See Also

Reference

ReqDemPlanExcelFileGenerator Class