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


ITableWrite.RemoveRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITableWrite.RemoveRow Method

Remove a row from the database without polymorphic object delete behavior.

[Visual Basic .NET]
Public Sub RemoveRow ( _
    ByVal Row As IRow _
)
[C#]
public void RemoveRow (
    IRow Row
);
[C++]
HRESULT RemoveRow(
  IRow* Row
);
[C++]

Parameters Row [in]
Row is a parameter of type IRow

Product Availability

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

See Also

ITableWrite Interface