TList field sort

Hi,

I have an entity/class with a Field of type Proxy<TList<TMyClass>>
Also TMyClass is an entity/class

When I read the TList, data is retrieved without specific order,
I need to get data ordered by a TMyClass field.

Is there a way to specify the order of the TList field?

Thanks
Claudio

Hi Claudio,


there is no such option. For that you need to perform a specific query (criteria) and define the order there.