This document is archived and information here might be outdated. Recommended version. |
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
);
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.