This documentation is archived and is not being maintained.
DataServiceContext::SaveChanges Method
Visual Studio 2010
Saves the changes the DataServiceContext is tracking to storage.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SaveChanges() | Saves the changes that the DataServiceContext is tracking to storage. |
|
SaveChanges(SaveChangesOptions) | Saves the changes that the DataServiceContext is tracking to storage. |
A DataServiceResponse that contains status, headers, and errors that result from the call to SaveChanges.
Show: