readme.txt 545 B

12345678910
  1. Upd: 2.8.2021
  2. To reverse update:
  3. - Set Data project as Startup Project
  4. - Ensure if solution is buildable - backup Entity folder
  5. - Open PM (Package Manager Console from View menu)
  6. - Run following command
  7. Scaffold-DbContext "Server=(local);Database=BO;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Entity -Force
  8. - Go to file BOContext.cs and replace class declaration as : public partial class BOContext : DataDomain
  9. - replace in all entities // public long Id { get; set; } -> // // public long Id { get; set; }