System.Linq.Queryable
4.0.0
See the version list below for details.
Requires NuGet 3.0 or higher.
Install-Package System.Linq.Queryable -Version 4.0.0
dotnet add package System.Linq.Queryable --version 4.0.0
<PackageReference Include="System.Linq.Queryable" Version="4.0.0" />
paket add System.Linq.Queryable --version 4.0.0
#r "nuget: System.Linq.Queryable, 4.0.0"
// Install System.Linq.Queryable as a Cake Addin
#addin nuget:?package=System.Linq.Queryable&version=4.0.0
// Install System.Linq.Queryable as a Cake Tool
#tool nuget:?package=System.Linq.Queryable&version=4.0.0
Provides classes for querying data structures that implement IQueryable<T>.
Commonly Used Types:
System.Linq.Queryable
System.Linq.EnumerableQuery<T>
System.Linq.EnumerableQuery
| Product | Versions |
|---|---|
| .NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| .NETPlatform | dotnet |
| Universal Windows Platform | netcore50 uap uap10.0 |
| Windows Phone | wp8 wp81 wpa81 |
| Windows Store | win8 |
-
.NETCore 5.0
- System.Collections (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.10)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
-
.NETFramework 4.5
- No dependencies.
-
.NETPlatform 5.0
- System.Collections (>= 4.0.10)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.10)
- System.Reflection (>= 4.0.10)
- System.Reflection.Extensions (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on System.Linq.Queryable:
| Package | Downloads |
|---|---|
|
EntityFramework.Core
Entity Framework is Microsoft's recommended data access technology for new applications. |
|
|
Microsoft.Data.Services.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.5, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. |
|
|
Remotion.Linq
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations |
|
|
Telerik.UI.for.AspNet.Core
Telerik UI for ASP.NET MVC provides server-side helpers for Kendo UI's JavaScript framework. It enables developers comfortable with the ASP.NET MVC framework to easily configure and work with Kendo UI via familiar server-side programming instead of relying solely on hand-coding of HTML and JavaScript. |
|
|
System.Linq.Dynamic.Core
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality. |