Hi,
Is it possible to get a SortExpression from a typed list field index enum?
I would like to be able to have generic code that's able to create a SortExpression just from the column name of a typed list. But to specify the column to sort on whilst using a typed list one needs to specify the base entity's column.
This is difficult to do with generic code because one has to find out which base entity the typed list's column is from.
Cheers, I.