Querying Data Through a Conceptual Model

When you use a conceptual model to describe the data in a database, you can query data through your objects instead of having to translate back and forth between a database schema and an object model.

You can use conceptual models with WCF Data Services applications. The following topics show how to query data through a conceptual model.

Topic

Description

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

Shows how to query a data service from a .NET Framework application.

How to: Project Query Results (WCF Data Services)

Shows how to reduce the amount of data returned through a data service query.

See Also

Other Resources

Querying the Data Service (WCF Data Services)