7
Shouts

Using a GUID as an EntityKey in Entity Framework 4

published 738 days, 17 hours, 59 minutes ago posted by MissingLinqMissingLinq 740 days, 13 hours, 10 minutes ago
Monday, May 17, 2010 2:10:19 PM GMT Saturday, May 15, 2010 6:58:43 PM GMT

Do you have tables that use GUIDs (columns of type uniqueidentifier) as primary keys in SQL Server? This scenario is now fully supported in Entity Framework 4, as long as you remember one little gotcha.

category: Architecture | clicked: 8 | | source: leedumond.com | show counter code
tags: Entity Framework, Entity Framework 4, GUID