DictDataSet::construct Method [AX 2012]

Constructs a DictDataSet instance, given its name.

client server public static DictDataSet construct(str name)

Run On

Called

Parameters

name
Type: str
The name to set for the new instance of the DictDataSet class.

Return Value

Type: DictDataSet Class
The DictDataSet instance that is created.
Show: