View DbContext Model DDL SQL - View the SQL CREATE script for the current Model
Migrations Tool - Manage EF Core Migrations in the project, get migration status, add migration and update the database to keep your model and database in sync.Īdd DbContext Model Diagram - Adds a DGML graph from your DbContext Model. Offers an advanced UI for selecting database objects, including views, stored procedures and functions, and preserves all options in a configuration file.
Reverse Engineer - Generates POCO classes, derived DbContext and mappings for an existing SQL Server, SQLite, Postgres, MySQL, or Oracle database, a SQL Server Database project or a. When right-clicking on a C# project, the following context menu functions are available: Useful design-time DbContext features, added to the Visual Studio Solution Explorer context menu.