Supported and Unsupported Methods (LINQ to Entities)
This section provides information about the Language-Integrated Query (LINQ) standard query operators that are supported or unsupported in LINQ to Entities queries. Many of the LINQ standard query operators have an overloaded version that accepts an integer argument. The integer argument corresponds to a zero-based index in the sequence that is being operated on, an IEqualityComparer, or IComparer. Unless otherwise specified, these overloaded versions of the LINQ standard query operators are not supported, and attempting to use them will throw an exception.
In This Section
- Projection and Restriction Methods (LINQ to Entities)
Lists the supported and unsupported projection and restriction methods.
- Join Methods (LINQ to Entities)
Lists the supported and unsupported joining methods.
- Set Methods (LINQ to Entities)
Lists the supported and unsupported set methods.
- Ordering Methods (LINQ to Entities)
Lists the supported and unsupported ordering methods.
- Grouping Methods (LINQ to Entities)
Lists the supported and unsupported grouping methods.
- Aggregate Methods (LINQ to Entities)
Lists the supported and unsupported aggregating methods.
- Type Methods (LINQ to Entities)
Lists the supported and unsupported type methods.
- Paging Methods (LINQ to Entities)
Lists the supported and unsupported paging methods.
See Also
Concepts
Standard Query Operators in LINQ to Entities Queries