ArcObjects Library Reference (GeoDatabase)  

ITableWrite.RemoveRows Method

Remove a set of rows from the database without polymorphic object delete behavior.

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