Chapter 19. Using LINQ to Entities
After completing this chapter, you will be able to:
Create LINQ queries that access content from an Entity Framework data model
Call database-level functions from LINQ queries
Understand how LINQ treats entities differently from other data sources
The Entity Framework (EF) is a model-based interface between your application and an external database. As discussed earlier in this book, the Framework presents logical, database-centric data content in a conceptual form expressed through object instances. This focus on objects makes the Entity Framework a great match for LINQ.
The LINQ to Entities provider brings the world of entities and LINQ queries together. This chapter introduces this EF-centric LINQ provider, a system ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access