This document is archived and information here might be outdated. Recommended version. |
Update the existing Row in the database corresponding to the current position of the cursor.
[Visual Basic .NET] Public Sub UpdateRow ( _ ByVal Row As IRow _ )
[C#] public void UpdateRow ( IRow Row );
[C++]
HRESULT UpdateRow(
IRow* Row
);
[C++] Parameters Row [in]
Row is a parameter of type IRow*
This method should only be called on update cursors.