DataServiceContext.SaveChanges Method
Include Protected Members
Include Inherited Members
Saves the changes the DataServiceContext is tracking to storage.
Not supported by the WCF Data Services 5.0 client for Silverlight.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SaveChanges() | Saves the changes that the DataServiceContext is tracking to storage.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
SaveChanges(SaveChangesOptions) | Saves the changes that the DataServiceContext is tracking to storage.Not supported by the WCF Data Services 5.0 client for Silverlight. |
Top
Remarks
A DataServiceResponse that contains status, headers, and errors that result from the call to SaveChanges.