Hi,
I have a datawindow which selects data from two different tabels(using a join) with a one to one relationship.
When i create a datastore with this datawindow, and I use the RetrieveAsync/RetrieveByPageAsync methode, I get the values of both tables in my datawindow.
In this case the "City" and "CntryCode" are properties from the second table.
But when i use the RetrieveByKeyAsync methode, only the data of the first table is given. The proprties of the second table are null.
Is there something extra i should add ?