Instances of this class represent the combined results of many feature edit operations (adds, updates, and/or deletes).
Properties | |
| NSArray * | addResults |
| NSArray * | deleteResults |
| BOOL | deleteWithQuerySuccess |
| NSArray * | updateResults |
- (NSArray*) addResults [read, retain] |
The results of add operations as an array of AGSEditResult objects.
- (NSArray*) deleteResults [read, retain] |
The results of delete operations as an array of AGSEditResult objects.
- (BOOL) deleteWithQuerySuccess [read, assign] |
Flag to indicate whether the deleteFeaturesWithWhereClause:geometry:spatialRelation: operation was successful.
- (NSArray*) updateResults [read, retain] |
The results of update operations as an array of AGSEditResult objects.