ArcObjects Library Reference (GeoDatabase)  

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