Sdílet prostřednictvím


OperationExecutor.AddMigration Konstruktory

Definice

Přetížení

OperationExecutor.AddMigration(OperationExecutor, IOperationResultHandler, IDictionary)

Inicializuje novou instanci OperationExecutor.AddMigration třídy.

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

Inicializuje novou instanci OperationExecutor.AddMigration třídy.

Podporované argumenty args jsou:

name--Název migrace.

outputDir--Adresář (a dílčí obor názvů), který se má použít. Cesty jsou relativní k adresáři projektu. Výchozí hodnota je Migrace.

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

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

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

name--Název migrace.

outputDir--Adresář (a dílčí obor názvů), který se má použít. Cesty jsou relativní k adresáři projektu. Výchozí hodnota je Migrace.

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

Platí pro

OperationExecutor.AddMigration(OperationExecutor, Object, IDictionary)

Zdroj:
OperationExecutor.cs
Zdroj:
OperationExecutor.cs

Inicializuje novou instanci OperationExecutor.AddMigration třídy.

Podporované argumenty args jsou:

name--Název migrace.

outputDir--Adresář (a dílčí obor názvů), který se má použít. Cesty jsou relativní k adresáři projektu. Výchozí hodnota je Migrace.

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

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