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

適用於