about_EntityFramework.help.txt 939 B

123456789101112131415161718192021222324252627282930
  1. TOPIC
  2. about_EntityFramework
  3. SHORT DESCRIPTION
  4. Provides information about Entity Framework commands.
  5. LONG DESCRIPTION
  6. This topic describes the Entity Framework commands. Entity Framework is
  7. Microsoft's recommended data access technology for new applications.
  8. The following Entity Framework cmdlets are included.
  9. Cmdlet Description
  10. ----------------- ---------------------------------------------------
  11. Enable-Migrations Enables Code First Migrations in a project.
  12. Add-Migration Scaffolds a migration script for any pending model
  13. changes.
  14. Update-Database Applies any pending migrations to the database.
  15. Get-Migrations Displays the migrations that have been applied to
  16. the target database.
  17. SEE ALSO
  18. Enable-Migrations
  19. Add-Migration
  20. Update-Database
  21. Get-Migrations