System.Linq Namespaces
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include XNA Framework Members
Include Portable Class Library Members
The System.Linq namespaces contain types that support queries that use Language-Integrated Query (LINQ). This includes types that represent queries as objects in expression trees.
Namespaces
Namespace | Description |
---|---|
System.Linq | The System.Linq namespace provides classes and interfaces that support queries that use Language-Integrated Query (LINQ). |
System.Linq.Expressions | The System.Linq.Expressions namespace contains classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. |