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