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


ITableWrite.InsertRows Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITableWrite.InsertRows Method

A cursor that can be used to insert new rows without polymorphic object insert behavior.

[Visual Basic .NET]
Public Function InsertRows ( _
    ByVal useBuffering As Boolean _
) As ICursor
[C#]
public ICursor InsertRows (
    bool useBuffering
);
[C++]
HRESULT InsertRows(
  VARIANT_BOOL useBuffering
);
[C++]

Parameters useBuffering [in]
useBuffering is a parameter of type bool

Product Availability

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

See Also

ITableWrite Interface