Microsoft.EntityFrameworkCore.DynamicLinq 2.6.0-preview-01

This is a prerelease version of Microsoft.EntityFrameworkCore.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 2.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.6.0-preview-01
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="2.6.0-preview-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="2.6.0-preview-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 2.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.6.0-preview-01"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.0-preview-01&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.0-preview-01&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool

System.Linq.Dynamic.Core

This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Overview

With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable:

var query = db.Customers
    .Where("City == @0 and Orders.Count >= @1", "London", 10)
    .OrderBy("CompanyName")
    .Select("new(CompanyName as Name, Phone)");

Library Powered By

This library is powered by Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (78)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Package Downloads
OO.Data

Data Entity base types and declarations for EasyDataCore infrastructure

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

Buran.Core.MvcLibrary

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last updated
9.6.6 2,267 6/11/2025
9.6.5 3,496 5/28/2025
9.6.4 4,108 5/19/2025
9.6.3 3,594 5/9/2025
9.6.2 6,167 4/24/2025
9.6.0.2 51,625 2/11/2025
9.6.0.1 38,737 1/28/2025
9.6.0 2,861 1/26/2025
9.6.0-preview-03 129 1/25/2025
9.6.0-preview-02 101 1/24/2025
9.6.0-preview-01 106 1/23/2025
9.5.1 63,818 12/12/2024
9.5.0 4,452 12/7/2024
9.4.9 18,361 11/16/2024
8.6.6 804 6/11/2025
8.6.5 1,643 5/28/2025
8.6.4 1,443 5/19/2025
8.6.3 1,468 5/9/2025
8.6.2 3,283 4/24/2025
8.6.1 131,874 1/23/2025
8.6.0.2 9,264 2/11/2025
8.6.0.1 1,488 1/28/2025
8.6.0 6,125 1/26/2025
8.6.0-preview-03 104 1/25/2025
8.6.0-preview-02 101 1/24/2025
8.6.0-preview-01 95 1/23/2025
8.5.1 50,303 12/12/2024
8.5.0 3,752 12/7/2024
8.4.9 38,752 11/16/2024
8.4.8 96,380 10/31/2024
8.4.7 30,946 10/26/2024
8.4.6 163,350 10/13/2024
8.4.5 184,203 8/20/2024
8.4.4 121,983 7/30/2024
8.4.3 151,776 7/1/2024
8.4.2 24,534 6/25/2024
8.4.1 35,674 6/21/2024
8.4.0 86,561 5/31/2024
8.3.14 77,099 5/3/2024
8.3.13 18,158 4/25/2024
8.3.12 17,017 4/18/2024
8.3.10 151,453 3/3/2024
8.3.9 9,853 2/29/2024
8.3.9-preview-02 432 2/3/2024
8.3.9-preview-01 657 1/23/2024
8.3.8 91,799 1/20/2024
8.3.7 112,421 11/20/2023
7.6.6 285 6/11/2025
7.6.5 228 5/28/2025
7.6.4 284 5/19/2025
7.6.3 400 5/9/2025
7.6.2 409 4/24/2025
7.6.1 1,054 1/23/2025
7.6.0.2 741 2/11/2025
7.6.0.1 698 1/28/2025
7.6.0 715 1/26/2025
7.6.0-preview-03 106 1/25/2025
7.6.0-preview-02 91 1/24/2025
7.6.0-preview-01 101 1/23/2025
7.5.1 859 12/12/2024
7.5.0 750 12/7/2024
7.4.9 875 11/16/2024
7.4.8 817 10/31/2024
7.4.7 709 10/26/2024
7.4.6 1,094 10/13/2024
7.4.5 11,984 8/20/2024
7.4.4 1,005 7/30/2024
7.4.3 9,589 7/1/2024
7.4.2 2,134 6/25/2024
7.4.1 909 6/21/2024
7.4.0 6,134 5/31/2024
7.3.14 12,259 5/3/2024
7.3.13 1,327 4/25/2024
7.3.12 1,546 4/18/2024
7.3.11 1,474 4/17/2024
7.3.10 24,878 3/3/2024
7.3.9 3,608 2/29/2024
7.3.9-preview-02 833 2/3/2024
7.3.9-preview-01 446 1/23/2024
7.3.8 23,130 1/20/2024
7.3.7 26,638 11/20/2023
7.3.6 13,224 11/19/2023
7.3.5 215,280 9/21/2023
7.3.4 129,250 8/3/2023
7.3.3 87,158 6/24/2023
7.3.2 394,335 4/1/2023
7.3.1 28,840 3/6/2023
7.3.0 1,971 3/3/2023
7.2.25 81,695 2/5/2023
7.2.24 212,179 12/18/2022
7.2.23 75,798 11/12/2022
6.6.6 282 6/11/2025
6.6.5 181 5/28/2025
6.6.4 297 5/19/2025
6.6.3 141 5/9/2025
6.6.2 236 4/24/2025
6.6.1 1,975 1/23/2025
6.6.0.2 1,023 2/11/2025
6.6.0.1 199 1/28/2025
6.6.0 641 1/26/2025
6.6.0-preview-03 104 1/25/2025
6.6.0-preview-02 97 1/24/2025
6.6.0-preview-01 101 1/23/2025
6.5.1 17,880 12/12/2024
6.5.0 279 12/7/2024
6.4.9 831 11/16/2024
6.4.8 345 10/31/2024
6.4.7 479 10/26/2024
6.4.6 1,619 10/13/2024
6.4.5 2,339 8/20/2024
6.4.4 1,061 7/30/2024
6.4.3 1,512 7/1/2024
6.4.2 347 6/25/2024
6.4.1 2,393 6/21/2024
6.4.0 1,916 5/31/2024
6.3.14 2,767 5/3/2024
6.3.13 10,059 4/25/2024
6.3.12 335 4/18/2024
6.3.11 272 4/17/2024
6.3.10 10,331 3/3/2024
6.3.9 2,465 2/29/2024
6.3.9-preview-02 543 2/3/2024
6.3.9-preview-01 307 1/23/2024
6.3.8 41,043 1/20/2024
6.3.7 39,766 11/20/2023
6.3.6 1,664 11/19/2023
6.3.5 470,170 9/21/2023
6.3.4 47,832 8/3/2023
6.3.3 38,312 6/24/2023
6.3.2 142,926 4/1/2023
6.3.1 39,803 3/6/2023
6.3.0 18,985 3/3/2023
6.2.25 53,827 2/5/2023
6.2.24 71,450 12/18/2022
6.2.23 78,639 11/12/2022
6.2.22 48,306 11/6/2022
6.2.21 46,730 10/28/2022
6.2.20 393,607 9/3/2022
6.2.20-preview-01 679 9/3/2022
6.2.19 337,974 6/26/2022
6.2.18 663,905 3/7/2022
6.2.17 66,629 2/21/2022
6.2.16 4,093 2/19/2022
6.2.15 177,683 12/17/2021
6.2.14 271,037 11/9/2021
6.2.13-preview.4.21253.1 1,433 10/9/2021
6.2.12-preview.4.21253.1 953 7/31/2021
6.2.11-preview.4.21253.1 269 7/19/2021
6.0.0-preview.4.21253.1 482 5/31/2021
6.0.0-preview.3.21201.2 299 5/9/2021
5.6.6 275 6/11/2025
5.6.5 147 5/28/2025
5.6.4 146 5/19/2025
5.6.3 94 5/9/2025
5.6.2 173 4/24/2025
5.6.1 239 1/23/2025
5.6.0.2 145 2/11/2025
5.6.0.1 118 1/28/2025
5.6.0 128 1/26/2025
5.6.0-preview-03 106 1/25/2025
5.6.0-preview-02 91 1/24/2025
5.6.0-preview-01 103 1/23/2025
5.5.1 430 12/12/2024
5.5.0 142 12/7/2024
5.4.9 135 11/16/2024
5.4.8 132 10/31/2024
5.4.7 130 10/26/2024
5.4.6 158 10/13/2024
5.4.5 282 8/20/2024
5.4.4 285 7/30/2024
5.4.3 275 7/1/2024
5.4.2 161 6/25/2024
5.4.1 177 6/21/2024
5.4.0 186 5/31/2024
5.3.14 152 5/3/2024
5.3.13 175 4/25/2024
5.3.12 165 4/18/2024
5.3.11 350 4/17/2024
5.3.10 894 3/3/2024
5.3.9 265 2/29/2024
5.3.9-preview-02 298 2/3/2024
5.3.9-preview-01 317 1/23/2024
5.3.8 401 1/20/2024
5.3.7 2,790 11/20/2023
5.3.6 485 11/19/2023
5.3.5 1,120 9/21/2023
5.3.4 1,054 8/3/2023
5.3.3 2,403 6/24/2023
5.3.2 33,001 4/1/2023
5.3.1 837 3/6/2023
5.3.0 898 3/3/2023
5.2.25 961 2/5/2023
5.2.24 10,257 12/18/2022
5.2.23 3,284 11/12/2022
5.2.22 5,243 11/6/2022
5.2.21 954 10/28/2022
5.2.20 29,320 9/3/2022
5.2.20-preview-01 694 9/3/2022
5.2.19 31,018 6/26/2022
5.2.18 19,065 3/7/2022
5.2.17 4,805 2/21/2022
5.2.16 2,270 2/19/2022
5.2.15 135,212 12/17/2021
5.2.14 17,453 11/9/2021
5.2.13 164,745 10/9/2021
5.2.12 198,118 7/31/2021
5.2.11 78,226 7/19/2021
5.2.10 336,453 5/31/2021
5.2.9 189,374 3/26/2021
5.2.8 279,191 2/13/2021
5.2.7 80,420 12/26/2020
5.2.7-preview-03 1,006 12/26/2020
5.2.7-preview-01 992 12/26/2020
3.6.6 276 6/11/2025
3.6.5 182 5/28/2025
3.6.4 157 5/19/2025
3.6.3 99 5/9/2025
3.6.2 173 4/24/2025
3.6.1 192 1/23/2025
3.6.0.2 151 2/11/2025
3.6.0.1 121 1/28/2025
3.6.0 136 1/26/2025
3.6.0-preview-03 100 1/25/2025
3.6.0-preview-02 91 1/24/2025
3.6.0-preview-01 114 1/23/2025
3.5.1 153 12/12/2024
3.5.0 135 12/7/2024
3.4.9 145 11/16/2024
3.4.8 133 10/31/2024
3.4.7 133 10/26/2024
3.4.6 160 10/13/2024
3.4.5 2,046 8/20/2024
3.4.4 131 7/30/2024
3.4.3 622 7/1/2024
3.4.2 176 6/25/2024
3.4.1 177 6/21/2024
3.4.0 201 5/31/2024
3.3.14 183 5/3/2024
3.3.13 160 4/25/2024
3.3.12 180 4/18/2024
3.3.11 164 4/17/2024
3.3.10 437 3/3/2024
3.3.9 255 2/29/2024
3.3.9-preview-02 278 2/3/2024
3.3.9-preview-01 333 1/23/2024
3.3.8 388 1/20/2024
3.3.7 8,933 11/20/2023
3.3.6 488 11/19/2023
3.3.5 2,973 9/21/2023
3.3.4 1,676 8/3/2023
3.3.3 8,818 6/24/2023
3.3.2 2,867 4/1/2023
3.3.1 1,220 3/6/2023
3.3.0 808 3/3/2023
3.2.25 1,526 2/5/2023
3.2.24 18,155 12/18/2022
3.2.23 1,612 11/12/2022
3.2.22 1,004 11/6/2022
3.2.21 1,033 10/28/2022
3.2.20 22,638 9/3/2022
3.2.20-preview-01 642 9/3/2022
3.2.19 48,183 6/26/2022
3.2.18 25,077 3/7/2022
3.2.17 1,254 2/21/2022
3.2.16 1,078 2/19/2022
3.2.15 25,896 12/17/2021
3.2.14 17,769 11/9/2021
3.2.13 2,542 10/9/2021
3.2.12 22,832 7/31/2021
3.2.11 4,795 7/19/2021
3.2.10 39,890 5/31/2021
3.2.9 22,184 3/26/2021
3.2.8 20,218 2/13/2021
3.2.7 73,702 12/26/2020
3.2.7-preview-03 999 12/26/2020
3.2.7-preview-02 1,019 12/26/2020
3.2.7-preview-01 1,015 12/26/2020
3.2.6 134,215 11/25/2020
3.2.6-preview-01 912 11/25/2020
3.2.5 194,038 10/24/2020
3.2.4 8,166 10/19/2020
3.2.3 12,107 10/11/2020
3.2.2 82,280 8/19/2020
3.2.1 10,705 8/8/2020
3.2.0 26,533 7/27/2020
2.6.6 279 6/11/2025
2.6.5 150 5/28/2025
2.6.4 147 5/19/2025
2.6.3 96 5/9/2025
2.6.2 180 4/24/2025
2.6.1 131 1/23/2025
2.6.0.2 136 2/11/2025
2.6.0.1 121 1/28/2025
2.6.0 135 1/26/2025
2.6.0-preview-03 103 1/25/2025
2.6.0-preview-02 93 1/24/2025
2.6.0-preview-01 104 1/23/2025
2.5.1 153 12/12/2024
2.5.0 141 12/7/2024
2.4.9 139 11/16/2024
2.4.8 139 10/31/2024
2.4.7 142 10/26/2024
2.4.6 152 10/13/2024
2.4.5 172 8/20/2024
2.4.4 128 7/30/2024
2.4.3 164 7/1/2024
2.4.2 158 6/25/2024
2.4.1 161 6/21/2024
2.4.0 148 5/31/2024
2.3.14 162 5/3/2024
2.3.13 190 4/25/2024
2.3.12 164 4/18/2024
2.3.11 150 4/17/2024
2.3.10 250 3/3/2024
2.3.9 264 2/29/2024
2.3.9-preview-02 298 2/3/2024
2.3.9-preview-01 307 1/23/2024
2.3.8 346 1/20/2024
2.3.7 503 11/20/2023
2.3.6 473 11/19/2023
2.3.5 546 9/21/2023
2.3.4 688 8/3/2023
2.3.3 687 6/24/2023
2.3.2 793 4/1/2023
2.3.1 751 3/6/2023
2.3.0 792 3/3/2023
2.2.25 831 2/5/2023
2.2.24 826 12/18/2022
2.2.23 855 11/12/2022
2.2.22 905 11/6/2022
2.2.21 910 10/28/2022
2.2.20 964 9/3/2022
2.2.20-preview-01 624 9/3/2022
2.2.19 1,024 6/26/2022
2.2.18 1,199 3/7/2022
2.2.17 1,022 2/21/2022
2.2.16 1,066 2/19/2022
2.2.15 972 12/17/2021
2.2.14 941 11/9/2021
2.2.13 997 10/9/2021
2.2.12 1,290 7/31/2021
2.2.11 1,817 7/19/2021
2.2.10 1,563 5/31/2021
2.2.9 7,320 3/26/2021
2.2.8 1,901 2/13/2021
2.2.7 1,268 12/26/2020
2.2.7-preview-03 998 12/26/2020
2.2.7-preview-02 980 12/26/2020
2.2.7-preview-01 1,018 12/26/2020
2.2.6 12,864 11/25/2020
2.2.6-preview-01 839 11/25/2020
2.2.5 4,074 10/24/2020
2.2.4 2,832 10/19/2020
2.2.3 1,203 10/11/2020
2.2.2 22,444 8/19/2020
2.2.1 8,218 8/8/2020
2.2.0 64,923 7/27/2020
1.1.8 20,424 7/12/2020
1.1.7 5,376 7/6/2020
1.1.6 2,801 7/5/2020
1.1.5 42,295 6/15/2020
1.1.4 1,260 6/15/2020
1.1.3 1,251 6/15/2020
1.1.2 21,909 5/31/2020
1.1.1 27,793 5/14/2020
1.1.0 23,883 4/25/2020
1.0.24 13,046 4/16/2020
1.0.23 215,058 3/26/2020
1.0.22 6,252 3/18/2020
1.0.21 36,428 2/29/2020
1.0.20 137,488 1/11/2020
1.0.19 115,202 8/29/2019
1.0.18 83,253 7/2/2019
1.0.17 43,054 6/14/2019
1.0.16 4,640 6/6/2019
1.0.15 5,907 5/20/2019
1.0.14 5,087 5/14/2019
1.0.13 14,985 5/3/2019
1.0.12 70,113 3/26/2019
1.0.11 14,099 2/28/2019
1.0.10 32,110 2/5/2019
1.0.9.2 589,302 1/10/2019
1.0.9.1 1,681 1/7/2019
1.0.9 36,179 10/19/2018
1.0.8.18 82,289 9/4/2018
1.0.8.17 11,808 8/27/2018
1.0.8.16 18,743 8/19/2018
1.0.8.15 1,805 8/17/2018
1.0.8.13 6,384 8/2/2018
1.0.8.12 5,167 7/27/2018
1.0.8.11 38,251 6/6/2018
1.0.8.10 2,545 6/5/2018
1.0.8.9 7,154 5/26/2018
1.0.8.8 2,106 5/21/2018
1.0.8.7 3,399 5/9/2018
1.0.8.6 2,767 4/28/2018
1.0.8.5 2,355 4/27/2018
1.0.8.4 2,132 4/25/2018
1.0.8.3 3,875 3/30/2018
1.0.8.2 56,851 1/9/2018
1.0.8.1 5,590 1/5/2018
1.0.8 21,030 12/16/2017
1.0.4.8 16,836 11/1/2017
1.0.4.7 4,603 9/12/2017
1.0.4.6 6,365 7/8/2017
1.0.4.5 2,099 6/28/2017
1.0.4.4 1,930 6/27/2017
1.0.4.3 2,242 6/1/2017
1.0.4.2 1,888 6/1/2017
1.0.4.1 1,916 5/31/2017
1.0.4 2,562 5/17/2017
1.0.3.6 3,450 4/8/2017
1.0.3.5 2,387 3/30/2017
1.0.3.4 2,315 3/25/2017
1.0.3.3 6,104 11/16/2016
1.0.3.2 2,325 10/31/2016
1.0.3.1 2,192 10/30/2016
1.0.3 2,080 10/22/2016
1.0.1 3,291 6/27/2016
1.0.0 10,174 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md