Microsoft.EntityFrameworkCore.DynamicLinq 6.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 6.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.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="6.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="6.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 6.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.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.
#:package Microsoft.EntityFrameworkCore.DynamicLinq@6.6.0-preview-01
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.6.0-preview-01&prerelease
                    
Install 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 net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (80)

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 (2)

Showing the top 2 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.
Version Downloads Last Updated
9.6.7 780 7/28/2025
9.6.6 20,360 6/11/2025
9.6.5 5,968 5/28/2025
9.6.4 6,307 5/19/2025
9.6.3 4,056 5/9/2025
9.6.2 8,796 4/24/2025
9.6.0.2 59,067 2/11/2025
9.6.0.1 47,871 1/28/2025
9.6.0 3,056 1/26/2025
9.6.0-preview-03 150 1/25/2025
9.6.0-preview-02 120 1/24/2025
9.6.0-preview-01 124 1/23/2025
9.5.1 70,748 12/12/2024
9.5.0 4,675 12/7/2024
9.4.9 19,230 11/16/2024
8.6.7 237 7/28/2025
8.6.6 6,877 6/11/2025
8.6.5 3,499 5/28/2025
8.6.4 2,015 5/19/2025
8.6.3 2,033 5/9/2025
8.6.2 4,191 4/24/2025
8.6.1 186,407 1/23/2025
8.6.0.2 12,045 2/11/2025
8.6.0.1 1,613 1/28/2025
8.6.0 7,390 1/26/2025
8.6.0-preview-03 121 1/25/2025
8.6.0-preview-02 120 1/24/2025
8.6.0-preview-01 115 1/23/2025
8.5.1 56,357 12/12/2024
8.5.0 4,384 12/7/2024
8.4.9 42,751 11/16/2024
8.4.8 101,415 10/31/2024
8.4.7 32,247 10/26/2024
8.4.6 172,368 10/13/2024
8.4.5 202,224 8/20/2024
8.4.4 127,354 7/30/2024
8.4.3 156,552 7/1/2024
8.4.2 26,053 6/25/2024
8.4.1 37,401 6/21/2024
8.4.0 97,199 5/31/2024
8.3.14 81,153 5/3/2024
8.3.13 18,653 4/25/2024
8.3.12 17,465 4/18/2024
8.3.10 156,469 3/3/2024
8.3.9 10,191 2/29/2024
8.3.9-preview-02 454 2/3/2024
8.3.9-preview-01 670 1/23/2024
8.3.8 95,438 1/20/2024
8.3.7 114,710 11/20/2023
7.6.7 94 7/28/2025
7.6.6 757 6/11/2025
7.6.5 459 5/28/2025
7.6.4 505 5/19/2025
7.6.3 645 5/9/2025
7.6.2 461 4/24/2025
7.6.1 1,173 1/23/2025
7.6.0.2 796 2/11/2025
7.6.0.1 749 1/28/2025
7.6.0 769 1/26/2025
7.6.0-preview-03 120 1/25/2025
7.6.0-preview-02 111 1/24/2025
7.6.0-preview-01 118 1/23/2025
7.5.1 913 12/12/2024
7.5.0 802 12/7/2024
7.4.9 925 11/16/2024
7.4.8 875 10/31/2024
7.4.7 761 10/26/2024
7.4.6 1,142 10/13/2024
7.4.5 13,975 8/20/2024
7.4.4 1,066 7/30/2024
7.4.3 9,682 7/1/2024
7.4.2 2,182 6/25/2024
7.4.1 962 6/21/2024
7.4.0 6,277 5/31/2024
7.3.14 12,550 5/3/2024
7.3.13 1,444 4/25/2024
7.3.12 1,598 4/18/2024
7.3.11 1,524 4/17/2024
7.3.10 25,281 3/3/2024
7.3.9 3,661 2/29/2024
7.3.9-preview-02 852 2/3/2024
7.3.9-preview-01 466 1/23/2024
7.3.8 23,684 1/20/2024
7.3.7 27,053 11/20/2023
7.3.6 13,595 11/19/2023
7.3.5 224,183 9/21/2023
7.3.4 130,621 8/3/2023
7.3.3 87,360 6/24/2023
7.3.2 395,869 4/1/2023
7.3.1 29,175 3/6/2023
7.3.0 2,073 3/3/2023
7.2.25 82,152 2/5/2023
7.2.24 213,427 12/18/2022
7.2.23 77,111 11/12/2022
6.6.7 108 7/28/2025
6.6.6 467 6/11/2025
6.6.5 231 5/28/2025
6.6.4 354 5/19/2025
6.6.3 193 5/9/2025
6.6.2 282 4/24/2025
6.6.1 2,167 1/23/2025
6.6.0.2 1,305 2/11/2025
6.6.0.1 249 1/28/2025
6.6.0 770 1/26/2025
6.6.0-preview-03 122 1/25/2025
6.6.0-preview-02 112 1/24/2025
6.6.0-preview-01 120 1/23/2025
6.5.1 22,089 12/12/2024
6.5.0 347 12/7/2024
6.4.9 966 11/16/2024
6.4.8 400 10/31/2024
6.4.7 531 10/26/2024
6.4.6 1,717 10/13/2024
6.4.5 2,460 8/20/2024
6.4.4 1,112 7/30/2024
6.4.3 1,566 7/1/2024
6.4.2 394 6/25/2024
6.4.1 2,444 6/21/2024
6.4.0 1,972 5/31/2024
6.3.14 2,826 5/3/2024
6.3.13 10,242 4/25/2024
6.3.12 383 4/18/2024
6.3.11 324 4/17/2024
6.3.10 10,600 3/3/2024
6.3.9 2,606 2/29/2024
6.3.9-preview-02 560 2/3/2024
6.3.9-preview-01 325 1/23/2024
6.3.8 42,340 1/20/2024
6.3.7 40,341 11/20/2023
6.3.6 1,708 11/19/2023
6.3.5 521,370 9/21/2023
6.3.4 47,939 8/3/2023
6.3.3 39,232 6/24/2023
6.3.2 144,656 4/1/2023
6.3.1 39,963 3/6/2023
6.3.0 19,754 3/3/2023
6.2.25 54,511 2/5/2023
6.2.24 72,180 12/18/2022
6.2.23 78,909 11/12/2022
6.2.22 48,542 11/6/2022
6.2.21 46,958 10/28/2022
6.2.20 396,004 9/3/2022
6.2.20-preview-01 712 9/3/2022
6.2.19 342,699 6/26/2022
6.2.18 667,020 3/7/2022
6.2.17 66,894 2/21/2022
6.2.16 4,131 2/19/2022
6.2.15 179,805 12/17/2021
6.2.14 273,226 11/9/2021
6.2.13-preview.4.21253.1 1,666 10/9/2021
6.2.12-preview.4.21253.1 989 7/31/2021
6.2.11-preview.4.21253.1 310 7/19/2021
6.0.0-preview.4.21253.1 515 5/31/2021
6.0.0-preview.3.21201.2 340 5/9/2021
5.6.7 90 7/28/2025
5.6.6 308 6/11/2025
5.6.5 173 5/28/2025
5.6.4 164 5/19/2025
5.6.3 113 5/9/2025
5.6.2 191 4/24/2025
5.6.1 266 1/23/2025
5.6.0.2 161 2/11/2025
5.6.0.1 135 1/28/2025
5.6.0 146 1/26/2025
5.6.0-preview-03 123 1/25/2025
5.6.0-preview-02 118 1/24/2025
5.6.0-preview-01 126 1/23/2025
5.5.1 455 12/12/2024
5.5.0 162 12/7/2024
5.4.9 154 11/16/2024
5.4.8 150 10/31/2024
5.4.7 153 10/26/2024
5.4.6 178 10/13/2024
5.4.5 296 8/20/2024
5.4.4 312 7/30/2024
5.4.3 294 7/1/2024
5.4.2 176 6/25/2024
5.4.1 195 6/21/2024
5.4.0 202 5/31/2024
5.3.14 168 5/3/2024
5.3.13 188 4/25/2024
5.3.12 183 4/18/2024
5.3.11 371 4/17/2024
5.3.10 958 3/3/2024
5.3.9 281 2/29/2024
5.3.9-preview-02 312 2/3/2024
5.3.9-preview-01 332 1/23/2024
5.3.8 419 1/20/2024
5.3.7 2,846 11/20/2023
5.3.6 505 11/19/2023
5.3.5 1,145 9/21/2023
5.3.4 1,093 8/3/2023
5.3.3 2,434 6/24/2023
5.3.2 33,048 4/1/2023
5.3.1 867 3/6/2023
5.3.0 924 3/3/2023
5.2.25 992 2/5/2023
5.2.24 10,413 12/18/2022
5.2.23 3,374 11/12/2022
5.2.22 5,269 11/6/2022
5.2.21 985 10/28/2022
5.2.20 30,019 9/3/2022
5.2.20-preview-01 725 9/3/2022
5.2.19 31,561 6/26/2022
5.2.18 19,119 3/7/2022
5.2.17 4,858 2/21/2022
5.2.16 2,306 2/19/2022
5.2.15 137,642 12/17/2021
5.2.14 17,522 11/9/2021
5.2.13 164,808 10/9/2021
5.2.12 198,638 7/31/2021
5.2.11 78,880 7/19/2021
5.2.10 336,852 5/31/2021
5.2.9 189,670 3/26/2021
5.2.8 279,906 2/13/2021
5.2.7 80,621 12/26/2020
5.2.7-preview-03 1,045 12/26/2020
5.2.7-preview-01 1,030 12/26/2020
3.6.7 93 7/28/2025
3.6.6 310 6/11/2025
3.6.5 418 5/28/2025
3.6.4 175 5/19/2025
3.6.3 119 5/9/2025
3.6.2 198 4/24/2025
3.6.1 219 1/23/2025
3.6.0.2 173 2/11/2025
3.6.0.1 141 1/28/2025
3.6.0 157 1/26/2025
3.6.0-preview-03 118 1/25/2025
3.6.0-preview-02 109 1/24/2025
3.6.0-preview-01 132 1/23/2025
3.5.1 171 12/12/2024
3.5.0 153 12/7/2024
3.4.9 162 11/16/2024
3.4.8 150 10/31/2024
3.4.7 151 10/26/2024
3.4.6 182 10/13/2024
3.4.5 2,246 8/20/2024
3.4.4 149 7/30/2024
3.4.3 704 7/1/2024
3.4.2 193 6/25/2024
3.4.1 194 6/21/2024
3.4.0 227 5/31/2024
3.3.14 199 5/3/2024
3.3.13 181 4/25/2024
3.3.12 197 4/18/2024
3.3.11 183 4/17/2024
3.3.10 481 3/3/2024
3.3.9 275 2/29/2024
3.3.9-preview-02 296 2/3/2024
3.3.9-preview-01 347 1/23/2024
3.3.8 406 1/20/2024
3.3.7 9,177 11/20/2023
3.3.6 507 11/19/2023
3.3.5 3,045 9/21/2023
3.3.4 1,710 8/3/2023
3.3.3 9,023 6/24/2023
3.3.2 2,902 4/1/2023
3.3.1 1,259 3/6/2023
3.3.0 834 3/3/2023
3.2.25 1,570 2/5/2023
3.2.24 18,209 12/18/2022
3.2.23 1,645 11/12/2022
3.2.22 1,036 11/6/2022
3.2.21 1,066 10/28/2022
3.2.20 22,859 9/3/2022
3.2.20-preview-01 678 9/3/2022
3.2.19 48,303 6/26/2022
3.2.18 25,122 3/7/2022
3.2.17 1,294 2/21/2022
3.2.16 1,113 2/19/2022
3.2.15 26,380 12/17/2021
3.2.14 17,901 11/9/2021
3.2.13 2,591 10/9/2021
3.2.12 22,965 7/31/2021
3.2.11 4,837 7/19/2021
3.2.10 39,930 5/31/2021
3.2.9 22,396 3/26/2021
3.2.8 20,316 2/13/2021
3.2.7 73,789 12/26/2020
3.2.7-preview-03 1,038 12/26/2020
3.2.7-preview-02 1,059 12/26/2020
3.2.7-preview-01 1,053 12/26/2020
3.2.6 134,635 11/25/2020
3.2.6-preview-01 956 11/25/2020
3.2.5 194,443 10/24/2020
3.2.4 8,207 10/19/2020
3.2.3 12,156 10/11/2020
3.2.2 82,468 8/19/2020
3.2.1 10,853 8/8/2020
3.2.0 26,644 7/27/2020
2.6.7 90 7/28/2025
2.6.6 308 6/11/2025
2.6.5 171 5/28/2025
2.6.4 169 5/19/2025
2.6.3 115 5/9/2025
2.6.2 204 4/24/2025
2.6.1 148 1/23/2025
2.6.0.2 155 2/11/2025
2.6.0.1 138 1/28/2025
2.6.0 188 1/26/2025
2.6.0-preview-03 122 1/25/2025
2.6.0-preview-02 119 1/24/2025
2.6.0-preview-01 125 1/23/2025
2.5.1 170 12/12/2024
2.5.0 165 12/7/2024
2.4.9 159 11/16/2024
2.4.8 156 10/31/2024
2.4.7 162 10/26/2024
2.4.6 170 10/13/2024
2.4.5 193 8/20/2024
2.4.4 145 7/30/2024
2.4.3 186 7/1/2024
2.4.2 178 6/25/2024
2.4.1 182 6/21/2024
2.4.0 164 5/31/2024
2.3.14 185 5/3/2024
2.3.13 209 4/25/2024
2.3.12 181 4/18/2024
2.3.11 171 4/17/2024
2.3.10 270 3/3/2024
2.3.9 281 2/29/2024
2.3.9-preview-02 311 2/3/2024
2.3.9-preview-01 326 1/23/2024
2.3.8 365 1/20/2024
2.3.7 521 11/20/2023
2.3.6 493 11/19/2023
2.3.5 572 9/21/2023
2.3.4 718 8/3/2023
2.3.3 722 6/24/2023
2.3.2 830 4/1/2023
2.3.1 787 3/6/2023
2.3.0 822 3/3/2023
2.2.25 862 2/5/2023
2.2.24 859 12/18/2022
2.2.23 885 11/12/2022
2.2.22 935 11/6/2022
2.2.21 943 10/28/2022
2.2.20 995 9/3/2022
2.2.20-preview-01 660 9/3/2022
2.2.19 1,064 6/26/2022
2.2.18 1,239 3/7/2022
2.2.17 1,063 2/21/2022
2.2.16 1,105 2/19/2022
2.2.15 1,012 12/17/2021
2.2.14 977 11/9/2021
2.2.13 1,035 10/9/2021
2.2.12 1,326 7/31/2021
2.2.11 1,853 7/19/2021
2.2.10 1,599 5/31/2021
2.2.9 7,357 3/26/2021
2.2.8 1,941 2/13/2021
2.2.7 1,301 12/26/2020
2.2.7-preview-03 1,037 12/26/2020
2.2.7-preview-02 1,018 12/26/2020
2.2.7-preview-01 1,056 12/26/2020
2.2.6 12,909 11/25/2020
2.2.6-preview-01 875 11/25/2020
2.2.5 4,109 10/24/2020
2.2.4 2,874 10/19/2020
2.2.3 1,241 10/11/2020
2.2.2 22,489 8/19/2020
2.2.1 8,266 8/8/2020
2.2.0 65,229 7/27/2020
1.1.8 20,530 7/12/2020
1.1.7 5,418 7/6/2020
1.1.6 2,883 7/5/2020
1.1.5 42,347 6/15/2020
1.1.4 1,298 6/15/2020
1.1.3 1,290 6/15/2020
1.1.2 22,118 5/31/2020
1.1.1 27,865 5/14/2020
1.1.0 23,971 4/25/2020
1.0.24 13,083 4/16/2020
1.0.23 215,097 3/26/2020
1.0.22 6,297 3/18/2020
1.0.21 36,697 2/29/2020
1.0.20 138,278 1/11/2020
1.0.19 115,567 8/29/2019
1.0.18 83,342 7/2/2019
1.0.17 43,221 6/14/2019
1.0.16 4,716 6/6/2019
1.0.15 5,997 5/20/2019
1.0.14 5,134 5/14/2019
1.0.13 15,074 5/3/2019
1.0.12 70,179 3/26/2019
1.0.11 14,145 2/28/2019
1.0.10 32,232 2/5/2019
1.0.9.2 589,461 1/10/2019
1.0.9.1 1,720 1/7/2019
1.0.9 36,240 10/19/2018
1.0.8.18 82,336 9/4/2018
1.0.8.17 11,850 8/27/2018
1.0.8.16 18,789 8/19/2018
1.0.8.15 1,848 8/17/2018
1.0.8.13 6,452 8/2/2018
1.0.8.12 5,233 7/27/2018
1.0.8.11 38,356 6/6/2018
1.0.8.10 2,651 6/5/2018
1.0.8.9 7,254 5/26/2018
1.0.8.8 2,207 5/21/2018
1.0.8.7 3,519 5/9/2018
1.0.8.6 2,882 4/28/2018
1.0.8.5 2,457 4/27/2018
1.0.8.4 2,238 4/25/2018
1.0.8.3 3,986 3/30/2018
1.0.8.2 56,961 1/9/2018
1.0.8.1 5,694 1/5/2018
1.0.8 21,134 12/16/2017
1.0.4.8 17,087 11/1/2017
1.0.4.7 4,675 9/12/2017
1.0.4.6 6,441 7/8/2017
1.0.4.5 2,174 6/28/2017
1.0.4.4 2,005 6/27/2017
1.0.4.3 2,320 6/1/2017
1.0.4.2 1,960 6/1/2017
1.0.4.1 1,991 5/31/2017
1.0.4 2,638 5/17/2017
1.0.3.6 3,558 4/8/2017
1.0.3.5 2,495 3/30/2017
1.0.3.4 2,421 3/25/2017
1.0.3.3 6,212 11/16/2016
1.0.3.2 2,436 10/31/2016
1.0.3.1 2,300 10/30/2016
1.0.3 2,193 10/22/2016
1.0.1 3,439 6/27/2016
1.0.0 10,869 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md