Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

scaffold single table to model ef core

Scaffold-DbContext "server=localhost;port=3306;user=root;password=mypass;database=sakila"
     MySql.Data.EntityFrameworkCore -OutputDir Sakila
     -Tables actor,film,film_actor,language -f
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scaffold #single #table #model #ef #core
ADD COMMENT
Topic
Name
9+9 =