Hi i want to create a QueryExpression similar to this.
select
a.a,
a.b,
b.a,
c.a,
c.b
from a
inner join b on a.ida=b.ida
inner join c on b.idb=c.idb
My problema is the addlink how to manage this, b entity to c entity, when i make the addlink is a entity to b entity or u can make a enitity to c entity this way i can manage but no b to c.
Thanks in advance,
JP
*This post is locked for comments
I have the same question (0)