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.
- Queries in LINQ to Entities
Describes how to write LINQ to Entities queries.
- Standard Query Operators in LINQ to Entities Queries
Describes how to use the LINQ standard query operators in LINQ to Entities queries.
- Expressions in LINQ to Entities Queries
Provides information on expressions in LINQ to Entities queries.
- CLR Method Calls and Function Mapping
Describes how CLR method calls are mapped to canonical functions in the data source.
- Query Execution
Provides information about how LINQ to Entities queries are executed.
- Query Results
Describes the results of a LINQ to Entities query.
- Compiled Queries (LINQ to Entities)
Describes how to improve performance by compiling a query once and then executing it several times with different parameters.
- LINQ to Entities Examples
Provides query examples that use the LINQ operators.
- Known Issues and Considerations in LINQ to Entities
Describes known issues in LINQ to Entities queries.