You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
939 B
30 lines
939 B
TOPIC
|
|
about_EntityFramework
|
|
|
|
SHORT DESCRIPTION
|
|
Provides information about Entity Framework commands.
|
|
|
|
LONG DESCRIPTION
|
|
This topic describes the Entity Framework commands. Entity Framework is
|
|
Microsoft's recommended data access technology for new applications.
|
|
|
|
|
|
The following Entity Framework cmdlets are included.
|
|
|
|
Cmdlet Description
|
|
----------------- ---------------------------------------------------
|
|
Enable-Migrations Enables Code First Migrations in a project.
|
|
|
|
Add-Migration Scaffolds a migration script for any pending model
|
|
changes.
|
|
|
|
Update-Database Applies any pending migrations to the database.
|
|
|
|
Get-Migrations Displays the migrations that have been applied to
|
|
the target database.
|
|
|
|
SEE ALSO
|
|
Enable-Migrations
|
|
Add-Migration
|
|
Update-Database
|
|
Get-Migrations
|
|
|