다음을 통해 공유


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입니다.

적용 대상