Skip to content

arichika/EFCore2.0-Scaffold-DBContext-CustomCandidateNamingService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EFCore2.0-Scaffold-DBContext-CustomCandidateNamingService

How to use

  • open Package Manager Console

  • type this cd .\ScaffoldMyDb in PM Console.

  • next, Scaffold-DbContext -Connection "Server=(local);Database=MyNiceDb;Trusted_Connection=True;" -Provider Microsoft.EntityFrameworkCore.SqlServer -OutputDir EntityModels -Force do this.

    • please set your enviromets value, database name, access rights and so on.

About

Entity Framework Core 2.0 Scaffold-DBContext with CandidateNamingService

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published