Hi
Using LLBLGen 2.6 over SQL Server 2008, using the Adapter.
I'm trying to fetch an EntityCollection sorted by a related entity. I've seen a few posts on this, but I can't get it to work.
I have my two entities:
UserLogon and Professional. UserLogon has a FK reference to Professional, which has a Code property.
I want to fetch a collection of UserLogon entities ordered by their Professional.Code.
I can't find anything in the documentation on how to do this...
Can somebody point me in the right direction?
Thanks,
Craig