Changing Entity Data

WCF Data Services uses conceptual models to translate object operations into database operations. By using conceptual models, you can create, update, and delete data in your objects without knowing the schema of the database. When you need more control over database operations, you can use stored procedures to specify how your entities are stored, updated, and deleted.

The following topics show how to create, update, and delete data by performing operations on entities.

Topic

Description

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

Shows how to create, update, and delete entity data in a data service.

How to: Define Entity Relationships (WCF Data Services)

Shows how to create or change relationships in a data service.

See Also

Concepts

Updating the Data Service (WCF Data Services)