Answers for "updating model entityframeworkcore"

C#
-1

how to update model when database change in entity framework core

Scaffold-DbContext "Server=(localdb)v11.0;Database=Blogging;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Force
Posted by: Guest on February-24-2021

C# Answers by Framework

Browse Popular Code Answers by Language