This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.Insert Method (ArcObjects .NET 10.5 SDK) |
Returns a cursor that can be used to insert new rows.
[Visual Basic .NET] Public Function Insert ( _ ) As ICursor
[C#] public ICursor Insert ( );
[C++]
HRESULT Insert(
ICursor** Cursor
);
[C++]
Parameters Cursor [out, retval]
Cursor is a parameter of type ICursor
When using a recordset class, the Insert property is used to return a cursor that can be used to insert new rows into a RecordSet.