DataContext.SubmitChanges Method
Include Protected Members
Include Inherited Members
Persists, to the content database, changes made by the current user to one or more lists.
Overload List
Name | Description | |
---|---|---|
SubmitChanges() | Persists to the content database changes made by the current user to one or more lists; or, if a concurrency conflict is found, populates the ChangeConflicts property. | |
SubmitChanges(ConflictMode) | Persists to the content database changes made by the current user to one or more lists using the specified failure mode; or, if a concurrency conflict is found, populates the ChangeConflicts property. | |
SubmitChanges(ConflictMode, Boolean) | Persists, to the content database, changes made by the current user to one or more lists using the specified failure mode and the specified indication of whether the versions of changed list items should be incremented; or, if a concurrency conflict is found, populates the ChangeConflicts property. |
Top