Can I use the EF Reverse POCO generator directly against a SQL Database Project?
I keep my SQL database definition in a \"Visual Studio SQL Database Pro
For EntityFramework Reverse POCO Code First Generator, you would need to round-trip through an actual SQL database to generate the code-first code as you cannot use generator against a VS Database Project.