The UpdateMode type exposes the following members.

Fields

  Name Description
Public field Static member MultiRow
Edits done in a row are not automatically sent. Developer should explicitly call CSOM Update() method to force sending the changes.
Public field Static member SingleRow
Edits done in a row are sent to server automatically when current row is changed.
Public field value__

See Also