Freigeben über


OperationExecutor.GetMigrations Konstruktoren

Definition

Überlädt

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

Die von unterstützten args Argumente sind:

contextType--Der DbContext zu verwendende.

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

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

Parameter

executor
OperationExecutor

Der Vorgangs-Executor.

args
IDictionary

Die Vorgangsargumente.

Hinweise

Die von unterstützten args Argumente sind:

contextType--Der DbContext zu verwendende.

connectionString--Die Verbindungszeichenfolge zur Datenbank. Standardmäßig wird die in Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext oder OnConfiguring(DbContextOptionsBuilder)angegebene festgelegt.

noConnect– Stellen Sie keine Verbindung mit der Datenbank her.

Gilt für:

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Quelle:
OperationExecutor.cs
Quelle:
OperationExecutor.cs

Initialisiert eine neue Instanz der OperationExecutor.GetMigrations-Klasse.

Die von unterstützten args Argumente sind:

contextType--Der DbContext zu verwendende.

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

Parameter

executor
OperationExecutor

Der Vorgangs-Executor.

resultHandler
Object

Die IOperationResultHandler.

args
IDictionary

Die Vorgangsargumente.

Gilt für: