This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITableDataChangesInfo Interface > ITableDataChangesInfo.Deletes Property (ArcObjects .NET 10.4 SDK) |
The delete changes table.
[Visual Basic .NET] Public ReadOnly Property Deletes As ITable
[C#] public ITable Deletes {get;}
[C++]
HRESULT get_Deletes(
ITable** Deletes
);
[C++]
Parameters Deletes [out, retval]
Deletes is a parameter of type ITable
Returns a reference to an object that implements ITable. This table contains all the deletes that are defined (if any) on the TableDataChangesInfo object. See the Init and SetDeletedIDs methods for more information on how deletes can be defined.