Share via


AfDataContainerFactory::createStronglyTypedDataContainer Method [AX 2012]

Creates a strongly-typed data container of the specified type.

Syntax

client server public static AfStronglyTypedDataContainer createStronglyTypedDataContainer(str _dataContainerType)

Run On

Called

Parameters

  • _dataContainerType
    Type: str
    A data container type.

Return Value

Type: AfStronglyTypedDataContainer Class
A strongly-typed data container.

See Also

Reference

AfDataContainerFactory Class