Provides access to members that support updating rows in the database irrespective of the current position of the cursor.
Members
| Name | Description | |
|---|---|---|
|  | InsertOrUpdateRow | Insert or, if it already exists, update this Row in the database irrespective of the current position of the cursor. If a new Row is created, returns its ObjectID, otherwise returns an empty Variant. | 
IUpsertCursor.InsertOrUpdateRow Method
Insert or, if it already exists, update this Row in the database irrespective of the current position of the cursor. If a new Row is created, returns its ObjectID, otherwise returns an empty Variant.
Public Function InsertOrUpdateRow ( _
    ByVal buffer As IRowBuffer _
) As Object
public object InsertOrUpdateRow (
    IRowBuffer buffer
);
Classes that implement IUpsertCursor
| Classes | Description | 
|---|