Dalibor Votruba d157ad5837 Add Customer module, with dao mapping 3 år sedan
..
Entity d157ad5837 Add Customer module, with dao mapping 3 år sedan
Program.cs b72f116939 Recreate DAO mappings by Eflinq 3 år sedan
Workbench.csproj b72f116939 Recreate DAO mappings by Eflinq 3 år sedan
readme.txt b72f116939 Recreate DAO mappings by Eflinq 3 år sedan

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