EF Core: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    4 October 2023

    • curprev 12:2112:21, 4 October 2023User talk contribs 5,361 bytes +5,361 Created page with "<strong>Update entity classes</strong> by running the below command in PowerShell. Server 10.0.2.6 is QA database. Change the database (e.g. below is using MrDairyNovus as an example). <pre>dotnet ef dbcontext scaffold "Server=10.0.2.6;Database=MrDairyNovus;User Id=novususer;Password=h55C*ZftMX1V#ZWZ;" Microsoft.EntityFrameworkCore.SqlServer --startup-project "Novus.Web" --project "Novus.Model.Entity" -f --context-dir "..\Novus.DataAccess" -c NOVUSContext -o "Entities"<..."