I have an entity that has an Auto-identity (int) column. As part of the data-seed I want to use specific identifier values for the \"standard data\" in my syste
Auto-identity (int)
Can not be done without a second EF level model - copy the classes for the seeding.
As you said - your metadata says that the DB provides the value, which it does not during the seeding.