Dalibor Votruba d157ad5837 Add Customer module, with dao mapping 3 лет назад
..
Entity d157ad5837 Add Customer module, with dao mapping 3 лет назад
Program.cs b72f116939 Recreate DAO mappings by Eflinq 3 лет назад
Workbench.csproj b72f116939 Recreate DAO mappings by Eflinq 3 лет назад
readme.txt b72f116939 Recreate DAO mappings by Eflinq 3 лет назад

readme.txt

To reverse update:
- Set Workbench project as Startup Project
- Ensure if solution is buildable - backup Entity folder
- Open PM (Package Manager Console from View menu)
- Run following command (in case localdb use (localdb)\\MSSQLLocalDB)
Scaffold-DbContext "Server=(localdb)\MSSQLLocalDB;Database=QLiberace;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Entity -Force