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

See Also

Concepts

Standard Query Operators in LINQ to Entities Queries

Other Resources

Reference (LINQ to Entities)