ITableUpsert Interface

Provides access to members that enable efficient insert-or-update operations.

Members

Name Description
Method Upsert Returns a cursor that can be used to insert or update rows in a combined operation without having to first search for those rows.

ITableUpsert.Upsert Method

Returns a cursor that can be used to insert or update rows in a combined operation without having to first search for those rows.

Public Function Upsert ( _
) As IUpsertCursor
public IUpsertCursor Upsert (
);

Classes that implement ITableUpsert

Classes Description

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