BIGenerator::reverseSet Method [AX 2012]

Reverses the order of the items in the set.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static Array reverseSet(Set set, Types type)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Array reverseSet(Set set, Types type)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static Array reverseSet(Set set, Types type)

  Microsoft Dynamics AX 2012 (FPK)
          client public static Array reverseSet(Set set, Types type)

  Microsoft Dynamics AX 2012 (SYS)
          client public static Array reverseSet(Set set, Types type)

Run On

Called

Parameters

  • set
    Type: Set Class
    The object that has elements to reverse.

Return Value

Type: Array Class
A array whose elements are reversed.

See Also

Reference

BIGenerator Class