You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand how to synchronize Local DB with Remote using this library ...
But I have not found how to share to other user synchronized Entity ?
I mean I have some UserInfo in Local DB, then I synchronized it with Remote DB and then I want to send to other user this Entity ... but this other user will store it in its Local DB and this item will be mapped to another Entity on Remote DB
Is there a way to map Remote Entity to Local Entity in such way that when it is updated it will be mapped to the same Remote Entity ...
I thought something about AutoMapper, but I do not understand how to map Remote Entity to Local Entity back ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I am newbie in
Dotmim.Sync
I understand how to synchronize Local DB with Remote using this library ...
But I have not found how to share to other user synchronized Entity ?
I mean I have some UserInfo in Local DB, then I synchronized it with Remote DB and then I want to send to other user this Entity ... but this other user will store it in its Local DB and this item will be mapped to another Entity on Remote DB
Is there a way to map Remote Entity to Local Entity in such way that when it is updated it will be mapped to the same Remote Entity ...
I thought something about AutoMapper, but I do not understand how to map Remote Entity to Local Entity back ...
Is anybody faced with the same issue ?
Beta Was this translation helpful? Give feedback.
All reactions