OperationExecutor.GetMigrations Oluşturucular

Tanım

Aşırı Yüklemeler

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.

Tarafından desteklenen bağımsız değişkenler args şunlardır:

ContextType-- DbContext kullanılacak.

ConnectionString--veritabanına bağlantı dizesi. Veya içinde belirtilen varsayılan değer Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext OnConfiguring(DbContextOptionsBuilder) .

Noconnect--veritabanına bağlanma.

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.

Tarafından desteklenen bağımsız değişkenler args şunlardır:

ContextType-- DbContext kullanılacak.

OperationExecutor.GetMigrations(OperationExecutor, IOperationResultHandler, IDictionary)

OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.

Tarafından desteklenen bağımsız değişkenler args şunlardır:

ContextType-- DbContext kullanılacak.

ConnectionString--veritabanına bağlantı dizesi. Veya içinde belirtilen varsayılan değer Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext OnConfiguring(DbContextOptionsBuilder) .

Noconnect--veritabanına bağlanma.

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)

Parametreler

executor
OperationExecutor

İşlem yürütücüsü.

args
IDictionary

İşlem bağımsız değişkenleri.

Şunlara uygulanır

OperationExecutor.GetMigrations(OperationExecutor, Object, IDictionary)

OperationExecutor.GetMigrations sınıfının yeni bir örneğini başlatır.

Tarafından desteklenen bağımsız değişkenler args şunlardır:

ContextType-- DbContext kullanılacak.

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)

Parametreler

executor
OperationExecutor

İşlem yürütücüsü.

args
IDictionary

İşlem bağımsız değişkenleri.

Şunlara uygulanır