#1 2017-12-28 10:25:21

keinn
Member
Registered: 2014-10-20
Posts: 100

how to do "one to one" or "one to many" from the CrossPlatform client

there is no *Joined or *Many procedure in the crossplatform client.
how to query or oprate on master/child relationship tables.

Offline

#2 2017-12-28 16:22:21

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: how to do "one to one" or "one to many" from the CrossPlatform client

It was not integrated, to reduce code size, and complexity.

Idea is that for such complex queries, you should rather use a server-side persistence interface-based service, then call it from the cross-platform client instead of the CRUD methods.

Offline

Board footer

Powered by FluxBB