IUpdateAdapter.GetEntriesToSave Yöntem

Tanım

Veritabanında ekleme/güncelleştirme/silme gerektiren tüm girdileri alır.

public System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetEntriesToSave ();
abstract member GetEntriesToSave : unit -> System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetEntriesToSave () As IList(Of IUpdateEntry)

Döndürülenler

IList<IUpdateEntry>

Kayıtlı olması gereken girişler.

Şunlara uygulanır