Continuing the discussion from Order Using nulls first or last:
We need possibility to define how null-values should be sorted.
Continuing the discussion from Order Using nulls first or last:
We need possibility to define how null-values should be sorted.
Sounds interesting to me but I doubt it can be done easily - or at all even.
Do you have a timeframe for this?
Not yet, but we will investigate to see if we can include in next version.
This is implemented internally and will be available in next version, Aurelius 5.21.
You should use the new OrderBySql
method where you will have full flexibility over the SQL syntax you want to use, but still using property aliases, for example:
.OrderBySql('{ValidFrom} DESC NULLS LAST')
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.