This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.RemoveRow Method (ArcObjects .NET 10.5 SDK) |
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