Provides access to members that enable efficient insert-or-update operations.
Members
Name | Description | |
---|---|---|
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 |
---|