Share via


AfDataContainer.new Method [AX 2012]

Initializes a new instance of the AfDataContainer class.

Syntax

public void new(str _dataContainerType, [AfStronglyTypedDataContainer _stronglyTypedDataContainer])

Run On

Called

Parameters

  • _dataContainerType
    Type: str
    The type of data container to create.
  • _stronglyTypedDataContainer
    Type: AfStronglyTypedDataContainer Class
    A strongly typed data container object with which this newly created weakly typed data container will be associated.

See Also

Reference

AfDataContainer Class