klyn.data.internal.QueryOrder.compare
method
public compare(left as T, right as T) as Int:
Description

Compares two rows while applying null placement and direction.

Parameters
ParameterDescription
leftLeft source row.
rightRight source row.
Returns

Negative, zero or positive according to this order item.

Example
result = order.compare(first, second)