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


ITableWrite.WriteRows 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.WriteRows Method
ArcGIS Developer Help

ITableWrite.WriteRows Method

Write a set of rows to the database without polymorphic object update behavior.

[Visual Basic .NET]
Public Sub WriteRows ( _
    ByVal Rows As ISet _
)
[C#]
public void WriteRows (
    ISet Rows
);
[C++]
HRESULT WriteRows(
  ISet* Rows
);
[C++]
Parameters
Rows [in]

Rows is a parameter of type ISet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableWrite Interface