다음을 통해 공유


ChangeSet.Updates 속성

정의

ChangeSet에서 업데이트된 엔터티의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ Updates { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> Updates { get; }
member this.Updates : System.Collections.Generic.IList<obj>
Public ReadOnly Property Updates As IList(Of Object)

속성 값

업데이트된 엔터티의 IList입니다.

적용 대상