Question: How often do you use multiple queries to synchronize a single table? #71
adrianhall
started this conversation in
General
Replies: 1 comment 3 replies
-
We don't do filtering client-side but server-side, so on the client-side we do |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
In the new
OfflineDbContext
, I'm trying to streamline the experience. Right now, the code I have requires you to set up onOnDatasyncInitialization()
builder:My question is for your use cases. Under what circumstances do you pull through multiple queries. For instance, in the old code base, you could use service.PullAsync(query, ...); - how often do you do this to pull multiple times for the same table?
Beta Was this translation helpful? Give feedback.
All reactions