|
_/\__
|
---==/ \\
|
___ ___ |. \|\
|
| __|| __| | ) \\\
|
| _| | _| \_/ | //|\\
|
|___||_| / \\\/\\
|
|
TOPIC
|
about_EntityFrameworkCore
|
|
SHORT DESCRIPTION
|
Provides information about the Entity Framework Core Package Manager Console Tools.
|
|
LONG DESCRIPTION
|
This topic describes the Entity Framework Core Package Manager Console Tools. See https://docs.efproject.net for
|
information on Entity Framework Core.
|
|
The following Entity Framework Core commands are available.
|
|
Cmdlet Description
|
-------------------------- ---------------------------------------------------
|
Add-Migration Adds a new migration.
|
|
Drop-Database Drops the database.
|
|
Get-DbContext Gets information about a DbContext type.
|
|
Remove-Migration Removes the last migration.
|
|
Scaffold-DbContext Scaffolds a DbContext and entity types for a database.
|
|
Script-DbContext Generates a SQL script from the current DbContext.
|
|
Script-Migration Generates a SQL script from migrations.
|
|
Update-Database Updates the database to a specified migration.
|
|
SEE ALSO
|
Add-Migration
|
Drop-Database
|
Get-DbContext
|
Remove-Migration
|
Scaffold-DbContext
|
Script-DbContext
|
Script-Migration
|
Update-Database
|