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

适用于