ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Is there a powershell commandlet to call Generate Views? #75

Closed gregveres closed 3 years ago

gregveres commented 3 years ago

I started using generate views, but I find the workflow really cumbersome to have to go find my DBContext file and right click to get to Generate Views.

Is there a way to call this from powershell since I already have powershell open since I just did an add-migration and I am about to do an update-database.

Thanks

ErikEJ commented 3 years ago

No, there is not any way to generate views from Powershell