Sdílet prostřednictvím


OperationExecutor.RemoveMigration Konstruktory

Definice

Přetížení

OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary)

Inicializuje novou instanci OperationExecutor.RemoveMigration třídy .

OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary)

Inicializuje novou instanci OperationExecutor.RemoveMigration třídy .

Podporuje následující argumenty args :

contextType--The DbContext , který se má použít.

force--Nekontrolujte, jestli se migrace použila na databázi.

OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.RemoveMigration třídy .

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)

Parametry

executor
OperationExecutor

Exekutor operace.

args
IDictionary

Argumenty operace.

Poznámky

Podporuje následující argumenty args :

contextType--The DbContext , který se má použít.

force--Nekontrolujte, jestli se migrace použila na databázi.

Platí pro

OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.RemoveMigration třídy .

Podporuje následující argumenty args :

contextType--The DbContext , který se má použít.

force--Nekontrolujte, jestli se migrace použila na databázi.

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)

Parametry

executor
OperationExecutor

Exekutor operace.

resultHandler
Object

Hodnota IOperationResultHandler

args
IDictionary

Argumenty operace.

Platí pro