I have table HOSPITALS and ADDRESSES Where ADDRESS_ID is the foreign key . I am using simple.data to get all the details for the class Hospitals which has a Addresses object in it. I am having a query which is like
DB.HOSPITALS.All().Select(DB.HOSPITAL.ADDRESSES.POSTCODE);
The Postcode is not getting mapped to the Address object propery. basically a problem with the mapping logic for nested object.