Partager via


OperationExecutor.GetMigrations Constructeurs

Définition

Surcharges

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Initialise une nouvelle instance de la classe OperationExecutor.GetMigrations.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Initialise une nouvelle instance de la classe OperationExecutor.GetMigrations.

Les arguments pris en charge par args sont les suivants :

contextType--À DbContext utiliser.

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

Initialise une nouvelle instance de la classe OperationExecutor.GetMigrations.

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)

Paramètres

executor
OperationExecutor

Exécuteur d’opération.

resultHandler
IOperationResultHandler

L’IOperationResultHandleropérateur

args
IDictionary

Arguments de l’opération.

Remarques

Les arguments pris en charge par args sont les suivants :

contextType--À DbContext utiliser.

connectionString--Chaîne de connexion à la base de données. La valeur par défaut est celle spécifiée dans Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext ou OnConfiguring(DbContextOptionsBuilder).

noConnect--Ne vous connectez pas à la base de données.

S’applique à

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

Source:
OperationExecutor.cs
Source:
OperationExecutor.cs

Initialise une nouvelle instance de la classe OperationExecutor.GetMigrations.

Les arguments pris en charge par args sont les suivants :

contextType--À DbContext utiliser.

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)

Paramètres

executor
OperationExecutor

Exécuteur d’opération.

resultHandler
Object

L’IOperationResultHandleropérateur

args
IDictionary

Arguments de l’opération.

S’applique à