OperationExecutor.RemoveMigration Constructors
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.
Overloads
OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary) |
Initializes a new instance of the OperationExecutor.RemoveMigration class. |
OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary) |
Initializes a new instance of the OperationExecutor.RemoveMigration class. The arguments supported by
|
OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initializes a new instance of the OperationExecutor.RemoveMigration class.
public RemoveMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.RemoveMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.RemoveMigration
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)
Parameters
- executor
- OperationExecutor
The operation executor.
- resultHandler
- IOperationResultHandler
- args
- IDictionary
The operation arguments.
Remarks
The arguments supported by args
are:
contextType
--The DbContext to use.
force
--Don't check to see if the migration has been applied to the database.
Applies to
OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary)
- Source:
- OperationExecutor.cs
- Source:
- OperationExecutor.cs
Initializes a new instance of the OperationExecutor.RemoveMigration class.
The arguments supported by args
are:
contextType
--The DbContext to use.
force
--Don't check to see if the migration has been applied to the database.
public RemoveMigration (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.RemoveMigration : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.RemoveMigration
Public Sub New (executor As OperationExecutor, resultHandler As Object, args As IDictionary)
Parameters
- executor
- OperationExecutor
The operation executor.
- resultHandler
- Object
- args
- IDictionary
The operation arguments.
Applies to
Entity Framework