IUpsertCursor Interface

Provides access to members that support updating rows in the database irrespective of the current position of the cursor.

Members

Name Description
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.