Page 2 of 2

Joining Database Collections

Posted: Mon Feb 09, 2015 4:36 am
by Yurii Orishchuk

Hi Anshika,

pre

for example i have two tables A and B
in Table B i am having a pointer column of Table A and hence will have all the records of table A in B.
how to fetch all the records from table A and B (one to many) and display it on the screen

/pre

In this case you just need to add to your B collection list service "include" parameter. And inside your B collection items REST will return your A entity.

Please read more about it here: http://devcenter.appery.io/documentat...

Regards.