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


IRecordSetInit.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.Insert Method
ArcGIS Developer Help

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(
void
);

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