Replies: 3 comments 3 replies
-
Update: I found this article from @adrianhall 's blog; it describes the similar issue (int instead of Guid) using the old Azure Mobile Apps library - I'm going to give it a good read and come back here if I can't get it working or needed to do something specific to get Guid working. 👍 |
Beta Was this translation helpful? Give feedback.
-
Good article - thanks. I'm going to close this now as it provides a good guide on the matter. |
Beta Was this translation helpful? Give feedback.
-
Its worth noting that the https://apps-on-azure.net url doesn't work anymore. @adrianhall I don't suppose there is a back-up of these articles somewhere for reference is there? Otherwise, here's the wayback machine url for future reference: https://web.archive.org/web/20250125000049/https://apps-on-azure.net/datasync/2024/2024-11-01-datasync-part3.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I have a code base which I'd like to use the DataSync library. The codebase is fairly mature and all the primary keys are called 'Id' and are Guids. Is there any way of overriding the Id as String requirement to fit into an existing codebase and/or a guide for changing these over to String?
The documentation suggests this isn't possible, and says "The Datasync libraries or the database maintains these properties. Do not modify these properties in your own code." -
Beta Was this translation helpful? Give feedback.
All reactions