EmptyOrder EnumerationEmptyOrder EnumerationEmptyOrder Enumeration
Specifies the ordering of empty-sequence values.
The EmptyOrderEmptyOrderEmptyOrder
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | GreatestGreatestGreatest |
The empty sequence is considered greater than any single value, and NaN is considered greater than
any other value.
|
![]() | LeastLeastLeast |
The empty sequence is considered less than any single value, and NaN is considered less than any
other value.
|
Remarks
The empty order policy controls the processing of empty sequences and NaN
values as ordering keys
in an order by clause in a FLWOR expression.
Use the DefaultEmptyOrderDefaultEmptyOrderDefaultEmptyOrder property to set the default order for empty sequences.