This property sets the sorting order of the input records for the case the specification of the key field is omitted.
Syntax
object.Reverse = boolean
object
This specifies object expressions that define references to objects.
boolean
This sets the sorting order of the input records for the case the specification of the key field is omitted. As for values to be set, refer to the following setting value.
Setting value
Setting values of the Reverse property are as follows.
Setting value | Meaning |
---|---|
True | This sorts data in descending order. |
False | This sorts data in ascending order. (Default value) |
Description
In the sort processing (DisposalNumber=0) or merge processing (DisposalNumber=1), the sorting order for the case the specification of the key field (KeyCmdStr property) is omitted is specified. The entire record is considered to be a key field according to this specification, and they are sorted in order of the codes.
When this specification is omitted, the records are sorted in ascending order.