OperationExecutor.RemoveMigration Oluşturucular

Tanım

Aşırı Yüklemeler

OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary)

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

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

contextTypeDbContext--Kullanılacak.

force--Geçişin veritabanına uygulanmış olup olmadığını denetlemeyin.

OperationExecutor.RemoveMigration(OperationExecutor, IOperationResultHandler, IDictionary)

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

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

Açıklamalar

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

contextTypeDbContext--Kullanılacak.

force--Geçişin veritabanına uygulanmış olup olmadığını denetlemeyin.

Şunlara uygulanır

OperationExecutor.RemoveMigration(OperationExecutor, Object, IDictionary)

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

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

contextTypeDbContext--Kullanılacak.

force--Geçişin veritabanına uygulanmış olup olmadığını denetlemeyin.

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