Microsoft.EntityFrameworkCore.DynamicLinq 6.6.4

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.4
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.6.4
                    
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.4" />
                    
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.4" />
                    
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.4
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.6.4"
                    
#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.4
                    
#: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.4
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.6.4
                    
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 (82)

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.7 27,916 7/28/2025
9.6.6 63,684 6/11/2025
9.6.5 8,282 5/28/2025
9.6.4 8,861 5/19/2025
9.6.3 4,412 5/9/2025
9.6.2 14,914 4/24/2025
9.6.0.2 67,698 2/11/2025
9.6.0.1 63,516 1/28/2025
9.6.0 3,453 1/26/2025
9.6.0-preview-03 160 1/25/2025
9.6.0-preview-02 134 1/24/2025
9.6.0-preview-01 137 1/23/2025
9.5.1 77,091 12/12/2024
9.5.0 5,497 12/7/2024
9.4.9 20,481 11/16/2024
8.6.7 10,298 7/28/2025
8.6.6 20,386 6/11/2025
8.6.5 6,553 5/28/2025
8.6.4 2,855 5/19/2025
8.6.3 3,447 5/9/2025
8.6.2 7,381 4/24/2025
8.6.1 249,608 1/23/2025
8.6.0.2 18,506 2/11/2025
8.6.0.1 1,835 1/28/2025
8.6.0 9,365 1/26/2025
8.6.0-preview-03 129 1/25/2025
8.6.0-preview-02 130 1/24/2025
8.6.0-preview-01 124 1/23/2025
8.5.1 65,707 12/12/2024
8.5.0 5,699 12/7/2024
8.4.9 48,876 11/16/2024
8.4.8 107,857 10/31/2024
8.4.7 34,008 10/26/2024
8.4.6 184,881 10/13/2024
8.4.5 226,030 8/20/2024
8.4.4 134,621 7/30/2024
8.4.3 163,381 7/1/2024
8.4.2 27,944 6/25/2024
8.4.1 38,909 6/21/2024
8.4.0 105,191 5/31/2024
8.3.14 86,829 5/3/2024
8.3.13 19,279 4/25/2024
8.3.12 18,025 4/18/2024
8.3.10 162,695 3/3/2024
8.3.9 10,440 2/29/2024
8.3.9-preview-02 466 2/3/2024
8.3.9-preview-01 683 1/23/2024
8.3.8 99,918 1/20/2024
8.3.7 119,716 11/20/2023
7.6.7 257 7/28/2025
7.6.6 972 6/11/2025
7.6.5 620 5/28/2025
7.6.4 664 5/19/2025
7.6.3 820 5/9/2025
7.6.2 557 4/24/2025
7.6.1 1,396 1/23/2025
7.6.0.2 905 2/11/2025
7.6.0.1 855 1/28/2025
7.6.0 866 1/26/2025
7.6.0-preview-03 128 1/25/2025
7.6.0-preview-02 119 1/24/2025
7.6.0-preview-01 128 1/23/2025
7.5.1 1,025 12/12/2024
7.5.0 900 12/7/2024
7.4.9 1,030 11/16/2024
7.4.8 968 10/31/2024
7.4.7 855 10/26/2024
7.4.6 1,239 10/13/2024
7.4.5 18,310 8/20/2024
7.4.4 1,175 7/30/2024
7.4.3 9,866 7/1/2024
7.4.2 2,327 6/25/2024
7.4.1 1,058 6/21/2024
7.4.0 6,442 5/31/2024
7.3.14 13,228 5/3/2024
7.3.13 1,668 4/25/2024
7.3.12 1,766 4/18/2024
7.3.11 1,620 4/17/2024
7.3.10 26,001 3/3/2024
7.3.9 3,774 2/29/2024
7.3.9-preview-02 859 2/3/2024
7.3.9-preview-01 475 1/23/2024
7.3.8 24,765 1/20/2024
7.3.7 27,506 11/20/2023
7.3.6 14,575 11/19/2023
7.3.5 241,117 9/21/2023
7.3.4 132,579 8/3/2023
7.3.3 88,378 6/24/2023
7.3.2 398,411 4/1/2023
7.3.1 29,568 3/6/2023
7.3.0 2,220 3/3/2023
7.2.25 84,295 2/5/2023
7.2.24 214,591 12/18/2022
7.2.23 80,087 11/12/2022
6.6.7 252 7/28/2025
6.6.6 1,110 6/11/2025
6.6.5 329 5/28/2025
6.6.4 466 5/19/2025
6.6.3 289 5/9/2025
6.6.2 381 4/24/2025
6.6.1 2,452 1/23/2025
6.6.0.2 1,526 2/11/2025
6.6.0.1 352 1/28/2025
6.6.0 1,070 1/26/2025
6.6.0-preview-03 133 1/25/2025
6.6.0-preview-02 124 1/24/2025
6.6.0-preview-01 126 1/23/2025
6.5.1 28,013 12/12/2024
6.5.0 462 12/7/2024
6.4.9 1,217 11/16/2024
6.4.8 510 10/31/2024
6.4.7 664 10/26/2024
6.4.6 1,894 10/13/2024
6.4.5 2,615 8/20/2024
6.4.4 1,216 7/30/2024
6.4.3 1,680 7/1/2024
6.4.2 490 6/25/2024
6.4.1 2,545 6/21/2024
6.4.0 2,073 5/31/2024
6.3.14 2,944 5/3/2024
6.3.13 13,279 4/25/2024
6.3.12 480 4/18/2024
6.3.11 427 4/17/2024
6.3.10 11,097 3/3/2024
6.3.9 2,874 2/29/2024
6.3.9-preview-02 573 2/3/2024
6.3.9-preview-01 335 1/23/2024
6.3.8 44,768 1/20/2024
6.3.7 41,807 11/20/2023
6.3.6 1,806 11/19/2023
6.3.5 656,077 9/21/2023
6.3.4 48,222 8/3/2023
6.3.3 40,762 6/24/2023
6.3.2 150,420 4/1/2023
6.3.1 40,244 3/6/2023
6.3.0 20,059 3/3/2023
6.2.25 55,429 2/5/2023
6.2.24 73,380 12/18/2022
6.2.23 79,349 11/12/2022
6.2.22 49,153 11/6/2022
6.2.21 47,500 10/28/2022
6.2.20 399,611 9/3/2022
6.2.20-preview-01 734 9/3/2022
6.2.19 350,040 6/26/2022
6.2.18 671,135 3/7/2022
6.2.17 67,241 2/21/2022
6.2.16 4,207 2/19/2022
6.2.15 181,588 12/17/2021
6.2.14 276,066 11/9/2021
6.2.13-preview.4.21253.1 1,950 10/9/2021
6.2.12-preview.4.21253.1 1,015 7/31/2021
6.2.11-preview.4.21253.1 333 7/19/2021
6.0.0-preview.4.21253.1 537 5/31/2021
6.0.0-preview.3.21201.2 362 5/9/2021
5.6.7 149 7/28/2025
5.6.6 364 6/11/2025
5.6.5 232 5/28/2025
5.6.4 219 5/19/2025
5.6.3 169 5/9/2025
5.6.2 247 4/24/2025
5.6.1 345 1/23/2025
5.6.0.2 214 2/11/2025
5.6.0.1 191 1/28/2025
5.6.0 204 1/26/2025
5.6.0-preview-03 134 1/25/2025
5.6.0-preview-02 129 1/24/2025
5.6.0-preview-01 135 1/23/2025
5.5.1 518 12/12/2024
5.5.0 216 12/7/2024
5.4.9 206 11/16/2024
5.4.8 205 10/31/2024
5.4.7 210 10/26/2024
5.4.6 236 10/13/2024
5.4.5 357 8/20/2024
5.4.4 371 7/30/2024
5.4.3 354 7/1/2024
5.4.2 232 6/25/2024
5.4.1 252 6/21/2024
5.4.0 260 5/31/2024
5.3.14 223 5/3/2024
5.3.13 242 4/25/2024
5.3.12 236 4/18/2024
5.3.11 432 4/17/2024
5.3.10 1,029 3/3/2024
5.3.9 336 2/29/2024
5.3.9-preview-02 326 2/3/2024
5.3.9-preview-01 341 1/23/2024
5.3.8 474 1/20/2024
5.3.7 3,070 11/20/2023
5.3.6 561 11/19/2023
5.3.5 1,196 9/21/2023
5.3.4 1,152 8/3/2023
5.3.3 2,495 6/24/2023
5.3.2 33,179 4/1/2023
5.3.1 928 3/6/2023
5.3.0 985 3/3/2023
5.2.25 1,059 2/5/2023
5.2.24 10,659 12/18/2022
5.2.23 3,607 11/12/2022
5.2.22 5,325 11/6/2022
5.2.21 1,049 10/28/2022
5.2.20 30,632 9/3/2022
5.2.20-preview-01 748 9/3/2022
5.2.19 32,442 6/26/2022
5.2.18 19,193 3/7/2022
5.2.17 4,932 2/21/2022
5.2.16 2,365 2/19/2022
5.2.15 141,152 12/17/2021
5.2.14 17,678 11/9/2021
5.2.13 164,952 10/9/2021
5.2.12 199,414 7/31/2021
5.2.11 80,282 7/19/2021
5.2.10 338,018 5/31/2021
5.2.9 190,323 3/26/2021
5.2.8 281,161 2/13/2021
5.2.7 80,949 12/26/2020
5.2.7-preview-03 1,067 12/26/2020
5.2.7-preview-01 1,055 12/26/2020
3.6.7 206 7/28/2025
3.6.6 367 6/11/2025
3.6.5 632 5/28/2025
3.6.4 234 5/19/2025
3.6.3 176 5/9/2025
3.6.2 255 4/24/2025
3.6.1 289 1/23/2025
3.6.0.2 227 2/11/2025
3.6.0.1 195 1/28/2025
3.6.0 213 1/26/2025
3.6.0-preview-03 126 1/25/2025
3.6.0-preview-02 116 1/24/2025
3.6.0-preview-01 141 1/23/2025
3.5.1 231 12/12/2024
3.5.0 206 12/7/2024
3.4.9 214 11/16/2024
3.4.8 206 10/31/2024
3.4.7 204 10/26/2024
3.4.6 243 10/13/2024
3.4.5 2,675 8/20/2024
3.4.4 206 7/30/2024
3.4.3 974 7/1/2024
3.4.2 247 6/25/2024
3.4.1 249 6/21/2024
3.4.0 287 5/31/2024
3.3.14 255 5/3/2024
3.3.13 234 4/25/2024
3.3.12 253 4/18/2024
3.3.11 242 4/17/2024
3.3.10 590 3/3/2024
3.3.9 330 2/29/2024
3.3.9-preview-02 304 2/3/2024
3.3.9-preview-01 356 1/23/2024
3.3.8 460 1/20/2024
3.3.7 10,433 11/20/2023
3.3.6 565 11/19/2023
3.3.5 3,171 9/21/2023
3.3.4 1,770 8/3/2023
3.3.3 9,234 6/24/2023
3.3.2 2,964 4/1/2023
3.3.1 1,322 3/6/2023
3.3.0 895 3/3/2023
3.2.25 1,644 2/5/2023
3.2.24 18,331 12/18/2022
3.2.23 1,715 11/12/2022
3.2.22 1,099 11/6/2022
3.2.21 1,128 10/28/2022
3.2.20 23,211 9/3/2022
3.2.20-preview-01 700 9/3/2022
3.2.19 48,485 6/26/2022
3.2.18 25,193 3/7/2022
3.2.17 1,352 2/21/2022
3.2.16 1,176 2/19/2022
3.2.15 26,587 12/17/2021
3.2.14 18,188 11/9/2021
3.2.13 2,657 10/9/2021
3.2.12 23,078 7/31/2021
3.2.11 4,909 7/19/2021
3.2.10 40,035 5/31/2021
3.2.9 22,852 3/26/2021
3.2.8 20,536 2/13/2021
3.2.7 73,891 12/26/2020
3.2.7-preview-03 1,067 12/26/2020
3.2.7-preview-02 1,098 12/26/2020
3.2.7-preview-01 1,083 12/26/2020
3.2.6 135,228 11/25/2020
3.2.6-preview-01 984 11/25/2020
3.2.5 195,289 10/24/2020
3.2.4 8,274 10/19/2020
3.2.3 12,242 10/11/2020
3.2.2 83,171 8/19/2020
3.2.1 10,961 8/8/2020
3.2.0 26,752 7/27/2020
2.6.7 161 7/28/2025
2.6.6 370 6/11/2025
2.6.5 226 5/28/2025
2.6.4 227 5/19/2025
2.6.3 176 5/9/2025
2.6.2 258 4/24/2025
2.6.1 200 1/23/2025
2.6.0.2 207 2/11/2025
2.6.0.1 196 1/28/2025
2.6.0 266 1/26/2025
2.6.0-preview-03 127 1/25/2025
2.6.0-preview-02 132 1/24/2025
2.6.0-preview-01 135 1/23/2025
2.5.1 233 12/12/2024
2.5.0 218 12/7/2024
2.4.9 215 11/16/2024
2.4.8 214 10/31/2024
2.4.7 217 10/26/2024
2.4.6 229 10/13/2024
2.4.5 249 8/20/2024
2.4.4 200 7/30/2024
2.4.3 241 7/1/2024
2.4.2 232 6/25/2024
2.4.1 237 6/21/2024
2.4.0 223 5/31/2024
2.3.14 240 5/3/2024
2.3.13 268 4/25/2024
2.3.12 246 4/18/2024
2.3.11 231 4/17/2024
2.3.10 325 3/3/2024
2.3.9 342 2/29/2024
2.3.9-preview-02 320 2/3/2024
2.3.9-preview-01 334 1/23/2024
2.3.8 422 1/20/2024
2.3.7 577 11/20/2023
2.3.6 549 11/19/2023
2.3.5 620 9/21/2023
2.3.4 775 8/3/2023
2.3.3 779 6/24/2023
2.3.2 886 4/1/2023
2.3.1 852 3/6/2023
2.3.0 885 3/3/2023
2.2.25 920 2/5/2023
2.2.24 927 12/18/2022
2.2.23 941 11/12/2022
2.2.22 999 11/6/2022
2.2.21 1,009 10/28/2022
2.2.20 1,058 9/3/2022
2.2.20-preview-01 683 9/3/2022
2.2.19 1,126 6/26/2022
2.2.18 1,302 3/7/2022
2.2.17 1,126 2/21/2022
2.2.16 1,168 2/19/2022
2.2.15 1,074 12/17/2021
2.2.14 1,038 11/9/2021
2.2.13 1,097 10/9/2021
2.2.12 1,386 7/31/2021
2.2.11 1,916 7/19/2021
2.2.10 1,660 5/31/2021
2.2.9 7,424 3/26/2021
2.2.8 2,001 2/13/2021
2.2.7 1,364 12/26/2020
2.2.7-preview-03 1,068 12/26/2020
2.2.7-preview-02 1,047 12/26/2020
2.2.7-preview-01 1,087 12/26/2020
2.2.6 13,013 11/25/2020
2.2.6-preview-01 897 11/25/2020
2.2.5 4,175 10/24/2020
2.2.4 2,942 10/19/2020
2.2.3 1,305 10/11/2020
2.2.2 22,563 8/19/2020
2.2.1 8,342 8/8/2020
2.2.0 65,899 7/27/2020
1.1.8 20,816 7/12/2020
1.1.7 5,496 7/6/2020
1.1.6 2,947 7/5/2020
1.1.5 42,419 6/15/2020
1.1.4 1,361 6/15/2020
1.1.3 1,357 6/15/2020
1.1.2 22,381 5/31/2020
1.1.1 27,935 5/14/2020
1.1.0 24,169 4/25/2020
1.0.24 13,242 4/16/2020
1.0.23 215,822 3/26/2020
1.0.22 6,364 3/18/2020
1.0.21 37,511 2/29/2020
1.0.20 139,795 1/11/2020
1.0.19 116,191 8/29/2019
1.0.18 83,459 7/2/2019
1.0.17 43,499 6/14/2019
1.0.16 4,807 6/6/2019
1.0.15 6,149 5/20/2019
1.0.14 5,201 5/14/2019
1.0.13 15,221 5/3/2019
1.0.12 70,453 3/26/2019
1.0.11 14,218 2/28/2019
1.0.10 32,327 2/5/2019
1.0.9.2 590,353 1/10/2019
1.0.9.1 1,784 1/7/2019
1.0.9 36,332 10/19/2018
1.0.8.18 82,425 9/4/2018
1.0.8.17 11,922 8/27/2018
1.0.8.16 18,875 8/19/2018
1.0.8.15 1,913 8/17/2018
1.0.8.13 6,535 8/2/2018
1.0.8.12 5,316 7/27/2018
1.0.8.11 38,594 6/6/2018
1.0.8.10 2,746 6/5/2018
1.0.8.9 7,344 5/26/2018
1.0.8.8 2,305 5/21/2018
1.0.8.7 3,622 5/9/2018
1.0.8.6 2,977 4/28/2018
1.0.8.5 2,548 4/27/2018
1.0.8.4 2,331 4/25/2018
1.0.8.3 4,088 3/30/2018
1.0.8.2 57,099 1/9/2018
1.0.8.1 5,803 1/5/2018
1.0.8 21,326 12/16/2017
1.0.4.8 17,428 11/1/2017
1.0.4.7 4,757 9/12/2017
1.0.4.6 6,524 7/8/2017
1.0.4.5 2,258 6/28/2017
1.0.4.4 2,086 6/27/2017
1.0.4.3 2,397 6/1/2017
1.0.4.2 2,038 6/1/2017
1.0.4.1 2,073 5/31/2017
1.0.4 2,715 5/17/2017
1.0.3.6 3,655 4/8/2017
1.0.3.5 2,590 3/30/2017
1.0.3.4 2,522 3/25/2017
1.0.3.3 6,308 11/16/2016
1.0.3.2 2,529 10/31/2016
1.0.3.1 2,399 10/30/2016
1.0.3 2,291 10/22/2016
1.0.1 3,549 6/27/2016
1.0.0 11,301 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md