OperationExecutor.UpdateDatabase Sınıf

Tanım

Veritabanını belirtilen geçişe güncelleştirme işlemini temsil eder.

public class OperationExecutor.UpdateDatabase : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.UpdateDatabase = class
    inherit OperationExecutor.OperationBase
Public Class OperationExecutor.UpdateDatabase
Inherits OperationExecutor.OperationBase
Devralma
OperationExecutor.UpdateDatabase
Devralma
OperationExecutor.UpdateDatabase

Oluşturucular

OperationExecutor.UpdateDatabase(OperationExecutor, IOperationResultHandler, IDictionary)

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

OperationExecutor.UpdateDatabase(OperationExecutor, Object, IDictionary)

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

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

targetMigration--Hedef Migration. ise InitialDatabase, tüm geçişler geri döndürülür. Varsayılan olarak son geçişi kullanır.

contextTypeDbContext--Kullanılacak.

Yöntemler

Execute(Action)

özel durumları öğesine IOperationResultHandlergeçirerek bir eylem yürütür.

(Devralındığı yer: OperationExecutor.OperationBase)
Execute<T>(Func<IEnumerable<T>>)

sonuçları veya özel durumları IOperationResultHandleröğesine geçiren bir eylem yürütür.

(Devralındığı yer: OperationExecutor.OperationBase)
Execute<T>(Func<T>)

Sonucu veya özel durumları öğesine geçiren bir eylem yürütür IOperationResultHandler.

(Devralındığı yer: OperationExecutor.OperationBase)

Şunlara uygulanır