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


ITableWrite.InsertRows Method (ArcObjects .NET 10.4 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,
  ICursor** Cursor
);
[C++]

Parameters useBuffering [in] useBuffering is a parameter of type VARIANT_BOOL Cursor [out, retval]
Cursor is a parameter of type ICursor

Product Availability

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

See Also

ITableWrite Interface