public class _3fdd14cca07b20c23e4fd0f1119f65c90f2b6776 : Migration
Public Class _3fdd14cca07b20c23e4fd0f1119f65c90f2b6776
Inherits Migration
public ref class _3fdd14cca07b20c23e4fd0f1119f65c90f2b6776 : public Migration
type _3fdd14cca07b20c23e4fd0f1119f65c90f2b6776 =
class
inherit Migration
end
_3fdd14cca07b20c23e4fd0f1119f65c90f2b6776 | Initializes a new instance of the _3fdd14cca07b20c23e4fd0f1119f65c90f2b6776 class |
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) |
BuildTargetModel |
Implemented to build the TargetModel.
(Overrides Migration.BuildTargetModel(ModelBuilder)) |
Down |
Builds the operations that will migrate the database '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 |
Builds the operations that will migrate the database 'up'.
(Overrides Migration.Up(MigrationBuilder)) |