views:

10

answers:

0

I am using the Code Only approach with Entity Framework 4. I have a SQL 2008 database, however I would like my solution to be compatible with SQL 2005. I understand that when using a .edmx file the "ProviderManifestToken" can be set to "2005" to accomplish this. How can the ProviderManifestToken be set when using the code only approach?