Feature Service ApplyEdits method

Performs adds, deletes and updates and returns the results.

 

ApplyEdits(TableEdit[] TableEdits)

 

Parameter

Description

TableEdits

Array of TableEdit objects. Each of these objects references a layer or table and includes the adds, updates and deletes to apply to the layer or table.

 

Return Value

 

An array of TableEditResult objects. The order of the these objects is consistent with the order of the TableEdit objects in the input parameter, TableEdits.

 

Remarks

 

This method allows you to apply adds, deletes, and updates to many layers and tables at once. If only one action: add, delete, or update on a table is being performed, use of this method for editing is simpler.