zs
2024-10-31 d802233b73f02dddb09cd8c49fc2897c493b02f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
                     _/\__
               ---==/    \\
         ___  ___   |.    \|\
        | __|| __|  |  )   \\\
        | _| | _|   \_/ |  //|\\
        |___||_|       /   \\\/\\
 
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