ScaffoldedMigration Class
Definition
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.
Represents a scaffolded migration.
public class ScaffoldedMigration
type ScaffoldedMigration = class
Public Class ScaffoldedMigration
- Inheritance
-
ScaffoldedMigration
Constructors
ScaffoldedMigration(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the ScaffoldedMigration class. |
Properties
FileExtension |
Gets the file extension code files should use. |
MetadataCode |
Gets the contents of the migration metadata file. |
MigrationCode |
Gets the contents of the migration file. |
MigrationId |
Gets the migration's ID. |
MigrationSubNamespace |
Gets the migration's sub-namespace. |
PreviousMigrationId |
Gets the previous migration's ID. |
SnapshotCode |
Gets the contents of the model snapshot file. |
SnapshotName |
Gets the model snapshot's name. |
SnapshotSubnamespace |
Gets the model snapshot's sub-namespace. |
Applies to
Entity Framework