Querying with LINQ to Entities

This section provides conceptual information and examples for programming with LINQ to Entities.

In This Section

  • LINQ to Entities Flow of Execution
    Provides information about how LINQ to Entities queries are translated and executed against the server, and about how the query results are returned to the client.
  • Query Execution
    Provides information about how LINQ to Entities queries are executed.
  • Query Results
    Describes the results of a LINQ to Entities query.

See Also

Other Resources

LINQ to Entities