This document is archived and information here might be outdated. Recommended version. |
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.