“rusztowanie db” Kod odpowiedzi

rusztowanie db

Scaffold-DbContext "server=localhost;port=3306;user=root;password=mypass;database=sakila"
     MySql.Data.EntityFrameworkCore -OutputDir Sakila
     -Tables actor,film,film_actor,language -f   
Lucky Lobster

rusztowanie db

dotnet ef dbcontext scaffold
          "server=localhost;port=3306;user=root;password=mypass;database=sakila" 
         MySql.Data.EntityFrameworkCore -o sakila
         -t actor -t film -t film_actor -t language -f  
Lucky Lobster

Odpowiedzi podobne do “rusztowanie db”

Pytania podobne do “rusztowanie db”

Więcej pokrewnych odpowiedzi na “rusztowanie db” w C#

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu