1 out of 4 rated this helpful - Rate this topic

System.Linq Namespaces

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.

NamespaceDescription
System.LinqThe System.Linq namespace provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).
System.Linq.ExpressionsThe 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.