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.WriteRow Method (ArcObjects .NET 10.5 SDK) |
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