TableEdit
A class used to collect the adds, deletes, and updates that will be applied using the ApplyEdits methods.
| Property | Type | Description | 
|---|---|---|
| Adds | The DataObjects that will be added to the layers or tables in the feature service. | |
| Deletes | int[] | An array of OIDs of features or rows that will be deleted. | 
| LayerOrTableID | int | ID of the layer or table that the edits will be applied to. | 
| Updates | The DataObjects that will be updated to the layers or tables in the feature service. | 
2/28/2020