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


IRecordSetInit.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRecordSetInit.Insert Method

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

Product Availability

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

Remarks

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.

See Also

IRecordSetInit Interface