InitialMigration Class |
[Missing <summary> documentation for "T:awsomAPI.Migrations.InitialMigration"]
Namespace: awsomAPI.Migrations
public class InitialMigration : Migration
The InitialMigration type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialMigration | Initializes a new instance of the InitialMigration class |
| Name | Description | |
|---|---|---|
| ActiveProvider | The name of the current database provider. This can be used to write conditional code in the migration such that different changes can be made to the database depending on the type of database being used. | |
| DownOperations | The MigrationOperations that will migrate the database 'down'. That is, those operations that need to be applied to the database to take it from the state left in by this migration so that it returns to the state that it was in before this migration was applied. | |
| TargetModel |
The IModel that the database will map to after the migration has been applied.
(Inherited from Migration.) | |
| UpOperations | The MigrationOperations that will migrate the database 'up'. That is, those operations that need to be applied to the database to take it from the state left in by the previous migration so that it is up-to-date with regard to this migration. |
| Name | Description | |
|---|---|---|
| BuildTargetModel | (Overrides Migration.BuildTargetModel(ModelBuilder).) | |
| Down | (Overrides Migration.Down(MigrationBuilder).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Up | (Overrides Migration.Up(MigrationBuilder).) |