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


ITableWrite.WriteRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.WriteRow Method
ArcGIS Developer Help

ITableWrite.WriteRow Method

Write a row to the database without polymorphic object update behavior.

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