Share via


ChangeSet.Inserts 属性

定义

获取已插入到 ChangeSet 中的实体列表。

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

属性值

插入实体的 IList

适用于