Replies: 2 comments 2 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.
2 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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