Sdílet prostřednictvím


OperationExecutor.DropDatabase Konstruktory

Definice

Přetížení

OperationExecutor.DropDatabase(OperationExecutor, IOperationResultHandler, IDictionary)

Inicializuje novou instanci OperationExecutor.DropDatabase třídy.

OperationExecutor.DropDatabase(OperationExecutor, Object, IDictionary)

Inicializuje novou instanci OperationExecutor.DropDatabase třídy.

Podporované argumenty args jsou:

contextType--Použít DbContext .

OperationExecutor.DropDatabase(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.DropDatabase třídy.

public DropDatabase (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.DropDatabase : Microsoft.EntityFrameworkCore.Design.OperationExecutor * Microsoft.EntityFrameworkCore.Design.IOperationResultHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.DropDatabase
Public Sub New (executor As OperationExecutor, resultHandler As IOperationResultHandler, args As IDictionary)

Parametry

executor
OperationExecutor

Exekutor operace.

args
IDictionary

Argumenty operace

Poznámky

Podporované argumenty args jsou:

contextType--Použít DbContext .

Platí pro

OperationExecutor.DropDatabase(OperationExecutor, Object, IDictionary)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.DropDatabase třídy.

Podporované argumenty args jsou:

contextType--Použít DbContext .

public DropDatabase (Microsoft.EntityFrameworkCore.Design.OperationExecutor executor, object resultHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor.DropDatabase : Microsoft.EntityFrameworkCore.Design.OperationExecutor * obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor.DropDatabase
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