MTrinder wrote:
Please can you post what you have tried so far, any issues you are getting, the generated SQL etc.
Have you had a look at the documentation?
Matt
Yes, i have looked at the manual.
Walaa wrote:
Or if you don't want to use the Designer, you can just use a DynamicList, easy and simple.
Please look it up in the manual as well.
Yes, i have looked at the manual. If it's so simple I woulnd't ask it.
rdhatch wrote:
Hi Andre -
If you have a relationship already setup in the database, you have 2 simple options:
1.) You can simply fetch the Entities:
* Prefetch
* PredicateExpression
* SortExpression
2.) You can create a TypedList:
This will give you back a DataTable with only fields you want. You can create a TypedList in the LLBLGen Pro designer. Then in code, simply add a PredicateExpression & SortExpression to the TypedList when you do the database call.
Looking these concepts up in the manual will really put you where you want to be. Frans has done a wonderful job writing on just about everything. Thanks, Frans!
Hope this helps -
Ryan
My colegue has looked at it and he found the typed list for the group by. I was looking for the groupby and could not find it.
It's not working, but I have a workaround in code, very ugly, but since LLBL is to difficult I have to live with it.
Give a nice example, tell what to to and where. I am not the only one with this question.