I have a SQL Server table that I added two fields to. One field is an int and the other is a GUID (SQL Server type uniqueidentifier). I re-generated the Entity Framework Model and both fields are in the model, however the GUID field is not in the EntityObject constructor. The int field is in the constructor but not the GUID.
Loading

Sam HobbsPosted Jan 25, 2013, 2:50 AM
Jignesh TrivediPosted Jan 24, 2013, 11:16 PM
I have tried with Database tas column GUID(SQL Server type uniqueidentifier), it work fine for me and also generate constructor for same.