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
Public method SaveChanges() Saves the changes that the DataServiceContext is tracking to storage.Not supported by the WCF Data Services 5.0 client for Silverlight.
Public method 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.

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace