Global::conUnion Method [AX 2012]

Creates a container with the union of the elements of two containers.

Syntax

client server public static container conUnion(container _container1, container _container2)

Run On

ClientOrServer

Parameters

  • _container1
    Type: container
    An input container.
  • _container2
    Type: container
    An input container.

Return Value

Type: container
A new container with the union of the elements of the input containers.

Remarks

Input containers are assumed to have no repeated elements within themselves.

If the first container has repeated elements they will be kept repeated in the union.

See Also

Reference

Global Class