Imported the data from github into a test app
Got the classes from github and put them into my project
Remove all the methods which reference BackendlessCollection (since it is not available in 4.0 anymore)
Selected auto-load for the "locations" property.
Here's the result from the debugger:
http://support.backendless.com/public/attachments/70de6474e031ff458f63b99f3561b75e.jpg</img>
Could you also check in the debugger if the retrieved objects contain locations?
I delete my project and creat new project. Finnally, I also get list Location objects relate. I don’t know why, maybe because my IDE. Thank you very much! You are a very enthusiastically support.
Sorry my english is not good but I really really thanks for your help.
when I retrieve object Restaurant , I also get list Location, User relation. Now, I have a object Users, how to load Restaurant objects relation. I see, I can do it in console.
all of example are find all contacts for a specific phone book. Have a phonebookobjectId => get all contacts with whereclause, I don’t need this. I need have contactobjectId => get phone book relation. Do you have a example for I need?