aea2ebc1ba6b4840b5b5826da42cffb7f8702444latestmain Class

A base class inherited by each EF Core migration.

Definition

Namespace: SuperBuilderWinService.Migrations
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public class aea2ebc1ba6b4840b5b5826da42cffb7f8702444latestmain : Migration
Inheritance
Object    Migration    aea2ebc1ba6b4840b5b5826da42cffb7f8702444latestmain

Remarks

See Database migrations for more information and examples.

Constructors

aea2ebc1ba6b4840b5b5826da42cffb7f8702444latestmainInitializes a new instance of the aea2ebc1ba6b4840b5b5826da42cffb7f8702444latestmain class

Properties

ActiveProvider The name of the current database provider.
(Inherited from Migration)
DownOperations The MigrationOperations that will migrate the database 'down'.
(Inherited from Migration)
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'.
(Inherited from Migration)

Methods

BuildTargetModel Implemented to build the TargetModel.
(Overrides Migration.BuildTargetModel(ModelBuilder))
ComparePingSpeedsAsync 
Down Builds the operations that will migrate the database 'down'.
(Overrides Migration.Down(MigrationBuilder))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Up
(Overrides Migration.Up(MigrationBuilder))

See Also