다음을 통해 공유


IUpdateAdapter.GetEntriesToSave 메서드

정의

데이터베이스에 삽입/업데이트/삭제가 필요한 모든 항목을 가져옵니다.

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)

반환

저장해야 하는 항목입니다.

적용 대상