IUpdatable.SaveChanges Method
Saves all the changes that have been made by using the IUpdatable APIs.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Sub SaveChanges
'Usage
Dim instance As IUpdatable
instance.SaveChanges()
void SaveChanges()
void SaveChanges()
abstract SaveChanges : unit -> unit
function SaveChanges()
Remarks
The IUpdatable implementation must track all changes until SaveChanges is called and then save all changes when SaveChanges is called. The IUpdatable implementation is expected to save all of the changes or to reject all of the changes together.