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


ITableWrite.RemoveDeletedRows Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.RemoveDeletedRows Method
ArcGIS Developer Help

ITableWrite.RemoveDeletedRows Method

Sends OnDeleted messages, deletes relationships and part objects (if composite), then calls RemoveRows.

[Visual Basic .NET]
Public Sub RemoveDeletedRows ( _
    ByVal Rows As ISet _
)
[C#]
public void RemoveDeletedRows (
    ISet Rows
);
[C++]
HRESULT RemoveDeletedRows(
  ISet* Rows
);
[C++]
Parameters
Rows [in]

Rows is a parameter of type ISet*

Product Availability

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

See Also

ITableWrite Interface