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


ITableDataChangesInfo.Updates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITableDataChangesInfo Interface > ITableDataChangesInfo.Updates Property
ArcGIS Developer Help

ITableDataChangesInfo.Updates Property

The updates changes table.

[Visual Basic .NET]
Public ReadOnly Property Updates As ITable
[C#]
public ITable Updates {get;}
[C++]
HRESULT get_Updates(
  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 updates that were defined (if any) when the TableDataChangesInfo object was initialized.  See the ITableDataChangesInfo::Init method for more information. 

See Also

ITableDataChangesInfo Interface