Querying Data as Objects (Entity Framework)

Object Services enables you to use Language-Integrated Query (LINQ), Entity SQL, or query builder methods to execute queries against an Entity Data Model (EDM) and return data as objects. The topics in this section describe how to use the ObjectQuery class to query an EDM. For more information about executing LINQ queries against an EDM, see Queries in LINQ to Entities.

In This Section

See Also

Concepts

Object Services Overview (Entity Framework)