다음을 통해 공유


ObjectStateEntry.GetModifiedProperties 메서드

정의

마지막으로 SaveChanges() 호출된 이후 변경된 개체 속성의 이름을 반환합니다.

public abstract System.Collections.Generic.IEnumerable<string> GetModifiedProperties();
abstract member GetModifiedProperties : unit -> seq<string>
Public MustOverride Function GetModifiedProperties () As IEnumerable(Of String)

반환

문자열 형태의 IEnumerable<T> 이름 컬렉션입니다.

구현

System.Data.Entity.Core.IEntityStateEntry.GetModifiedProperties

적용 대상