This document is archived and information here might be outdated. Recommended version. |
Insert a new Row into the database using the property values in the input buffer. The object ID of the new Row, if there is one, is returned.
[Visual Basic .NET] Public Function InsertRow ( _ ByVal buffer As IRowBuffer _ ) As Object
[C#] public object InsertRow ( IRowBuffer buffer );
[C++]
HRESULT InsertRow(
IRowBuffer* buffer
);
[C++] Parameters buffer [in]
buffer is a parameter of type IRowBuffer*
This method should only be called on insert cursors.