Ordering by expression which is used directly
nino-s opened this issue · 2 comments
nino-s commented
There are two different possibilities to set the ordering property:
- Default -> Property name is taken
ColumnOrderingProperty
-> Property name is taken
In both scenarios the property name is taken for the OrderBy
in
Isn't it possible to set a real expression, which is directly parsed as OrderBy
? With this feature it would be possible to set more complex ordering logic.
nino-s commented
Perfect, ty. I will test it soon!