Saving Entity Data

When you create, update, or delete entities that connect to a database through WCF Data Services, you must explicitly save the changes back to the database. The following topics describe how to save changes to entity data in WCF Data Services applications.

Topic

Description

How to: Add, Modify, and Delete Entities (WCF Data Services)

Shows how to save changes in entity data back through a data service.

How to: Execute Asynchronous Data Service Queries (WCF Data Services)

Shows how to asynchronously save changes through a data service.

See Also

Other Resources

Updating the Data Service (WCF Data Services)