I'm moving to Entity Framework from an existing model and database. In that database, there are several tables with GUID columns which are not primary keys (or keys at all!). Each table has an ID column. The GUID columns have the ROWGUIDCOL property defined on them, as well as a DEFAULT(newid()).I'm moving to Entity Framework from an existing