Re: Selecting multiple child tables throwing error
Posted by: Aaron J
Date: October 04, 2021 04:25PM

SQL is dynamically generated and below code which produces the SQL.

Find(predicate)
.Include(o => o.EntityA.ChildEntityA)
.Include(o => o.EntityA.ChildEntityB)
.Include(o => o.EntictyB)
.Include(o => o.EntictyC)

Please advise where to specify the alias...

Options: ReplyQuote


Subject
Written By
Posted
Re: Selecting multiple child tables throwing error
October 04, 2021 04:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.