ArcObjects Library Reference (GeoDatabase)  

ITableWrite.DeleteRows Method

Deletes a set of rows.

[Visual Basic .NET]
Public Sub DeleteRows ( _
    ByVal Rows As ISet _
)
[C#]
public void DeleteRows (
    ISet Rows
);
[C++]
HRESULT DeleteRows(
  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