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