The UpdateMode type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
MultiRow |
Edits done in a row are not automatically sent. Developer should explicitly call CSOM Update() method to force
sending the changes.
|
|
|
SingleRow |
Edits done in a row are sent to server automatically when current row is changed.
|
|
|
value__ |