Murach's ADO.NET 3.5, LINQ,
and the Entity Framework with C# 2008
How to use Entity SQL
Sometimes, you'll need to code queries that are more complex
than what you can code with the LINQ to Entities feature that's
covered in chapter 18. In that case, you can use Entity SQL
instead, as shown in this chapter.
|
|
|
|
How to code a Select statement |
614 |
|
How to execute a Select statement
using an object query |
616 |
|
|
How to retrieve an entity type |
618 |
|
How to retrieve a primitive type |
620 |
|
How to retrieve an anonymous type |
622 |
|
How to use query parameters |
624 |
|
How to query across relationships |
626 |
|
How to load related objects |
628 |
|
How to bind controls |
630 |
|
|
The user interface |
632 |
|
The Entity Data Model |
632 |
|
The code for the Vendor Invoices
form |
634 |
|
|
How to work directly with the
EntityClient provider |
636 |
|
How to use query builder methods |
638 |
|
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|