How can i run the following command from the code
i have tried the following but not worked
System.Diagnostics.Process.Start("CMD.exe", @"dotnet ef dbcontext scaffold ""server=xxx.xxx.x.xxx;user=xxxxx;database=dbname;port=3306;Password=xxxxx;Allow User Variables=True;"" Pomelo.EntityFrameworkCore.MySql -t customers -o ModelsFolderNam");
but if i run it in package console then it will scaffold tables succesfully