Hello, I was wondering if there was the equivalent of EF’s nested result that can be done with a BAQ.
If not, I will have to recreate the nested list of objects resulting for my jointed tables.
What do you mean by nested results? Remeber BAQ == SQL (direct SQL)
So if you can do it in SQL (you can most likely do it in BAQs)
Ah so I guess I’ll have to do it myself. I was thinking maybe there was a possibility to return nested relations with the DataTables. For example, a JobHead with many JobAsbml, etc…etc…
No you can only do SQL style queries with BAQs