This document is archived and information here might be outdated.  Recommended version.


ITableDataChangesInfo.Inserts Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

ITableDataChangesInfo.Inserts Property

The insert changes table.

[Visual Basic .NET]
Public ReadOnly Property Inserts As ITable
[C#]
public ITable Inserts {get;}
[C++]
HRESULT get_Inserts(
  ITable** Table
);
[C++]

Parameters Table [out, retval]
Table is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Returns a reference to an object that implements ITable.  This table contains all the inserts that were defined (if any) when the TableDataChangesInfo object was initialized.  See the ITableDataChangesInfo::Init method for more information. 

See Also

ITableDataChangesInfo Interface