Microsoft.EntityFrameworkCore.Migrations.Design Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
CSharpHelper | |
CSharpMigrationOperationGenerator |
Used to generate C# for creating MigrationOperation objects. |
CSharpMigrationOperationGeneratorDependencies |
Service dependencies parameter class for CSharpMigrationOperationGenerator This type is typically used by database providers (and other extensions). It is generally not used in application code. |
CSharpMigrationsGenerator |
Used to generate C# code for migrations. |
CSharpMigrationsGeneratorDependencies |
Service dependencies parameter class for CSharpMigrationsGenerator This type is typically used by database providers (and other extensions). It is generally not used in application code. |
CSharpSnapshotGenerator |
Used to generate C# code for creating an IModel. |
CSharpSnapshotGeneratorDependencies |
Service dependencies parameter class for CSharpSnapshotGenerator This type is typically used by database providers (and other extensions). It is generally not used in application code. |
MigrationFiles |
Represents the file generated for a migration. |
MigrationsBundle |
Defines the entry point for Migrations bundles. |
MigrationsCodeGenerator |
Used to generate code for migrations. |
MigrationsCodeGeneratorDependencies |
Service dependencies parameter class for MigrationsCodeGenerator This type is typically used by database providers (and other extensions). It is generally not used in application code. |
MigrationsScaffolder |
Used to scaffold new migrations. |
MigrationsScaffolderDependencies |
Service dependencies parameter class for MigrationsScaffolder This type is typically used by database providers (and other extensions). It is generally not used in application code. |
ScaffoldedMigration |
Represents a scaffolded migration. |
Interfaces
ICSharpMigrationOperationGenerator |
Used to generate C# code for creating MigrationOperation objects. |
ICSharpSnapshotGenerator |
Used to generate C# code for creating an IModel. |
IMigrationsCodeGenerator |
Used to generate code for migrations. |
IMigrationsCodeGeneratorSelector |
Selects an IMigrationsCodeGenerator service for a given programming language. |
IMigrationsScaffolder |
Used to scaffold new migrations. |
Entity Framework