Guids can now be used in your databases instead of OIDs if desired. GUID fields must be 32 character strings in your database (instead of the 12 used by OIDs).
Use the GUIDValue attribute of the persistent object
to access the ID.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Guids can now be used in your databases instead of OIDs if desired. GUID fields must be 32 character strings in your database (instead of the 12 used by OIDs).
Use the GUIDValue attribute of the persistent object
to access the ID.