ArcObjects Library Reference (GeoDatabaseDistributed)  

ITableDataChangesInfo.Deletes Property

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

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 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. 

See Also

ITableDataChangesInfo Interface