ObjectStateEntry.GetModifiedProperties 메서드

정의

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

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

반환

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

적용 대상