Microsoft.EntityFrameworkCore.DynamicLinq 9.6.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.8
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.8
                    
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="9.6.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="9.6.8" />
                    
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 9.6.8
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.8"
                    
#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@9.6.8
                    
#: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=9.6.8
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.8
                    
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 net9.0 is compatible.  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 (81)

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

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

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.

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.9 249 10/11/2025
9.6.8 4,916 9/28/2025
9.6.7 43,065 7/28/2025
9.6.6 81,188 6/11/2025
9.6.5 9,185 5/28/2025
9.6.4 10,130 5/19/2025
9.6.3 4,621 5/9/2025
9.6.2 17,272 4/24/2025
9.6.0.2 72,672 2/11/2025
9.6.0.1 69,024 1/28/2025
9.6.0 3,703 1/26/2025
9.6.0-preview-03 185 1/25/2025
9.6.0-preview-02 160 1/24/2025
9.6.0-preview-01 162 1/23/2025
9.5.1 78,934 12/12/2024
9.5.0 5,843 12/7/2024
9.4.9 21,235 11/16/2024
8.6.9 330 10/11/2025
8.6.8 2,559 9/28/2025
8.6.7 15,958 7/28/2025
8.6.6 23,718 6/11/2025
8.6.5 8,211 5/28/2025
8.6.4 3,257 5/19/2025
8.6.3 3,884 5/9/2025
8.6.2 8,568 4/24/2025
8.6.1 265,670 1/23/2025
8.6.0.2 21,011 2/11/2025
8.6.0.1 1,997 1/28/2025
8.6.0 9,821 1/26/2025
8.6.0-preview-03 153 1/25/2025
8.6.0-preview-02 157 1/24/2025
8.6.0-preview-01 162 1/23/2025
8.5.1 69,692 12/12/2024
8.5.0 6,397 12/7/2024
8.4.9 51,896 11/16/2024
8.4.8 111,153 10/31/2024
8.4.7 38,760 10/26/2024
8.4.6 189,923 10/13/2024
8.4.5 237,108 8/20/2024
8.4.4 138,890 7/30/2024
8.4.3 168,908 7/1/2024
8.4.2 28,495 6/25/2024
8.4.1 39,507 6/21/2024
8.4.0 109,842 5/31/2024
8.3.14 89,836 5/3/2024
8.3.13 19,556 4/25/2024
8.3.12 18,244 4/18/2024
8.3.10 167,399 3/3/2024
8.3.9 10,618 2/29/2024
8.3.9-preview-02 489 2/3/2024
8.3.9-preview-01 713 1/23/2024
8.3.8 101,426 1/20/2024
8.3.7 122,913 11/20/2023
7.6.9 45 10/11/2025
7.6.8 213 9/28/2025
7.6.7 398 7/28/2025
7.6.6 1,074 6/11/2025
7.6.5 713 5/28/2025
7.6.4 755 5/19/2025
7.6.3 911 5/9/2025
7.6.2 643 4/24/2025
7.6.1 1,538 1/23/2025
7.6.0.2 994 2/11/2025
7.6.0.1 941 1/28/2025
7.6.0 947 1/26/2025
7.6.0-preview-03 152 1/25/2025
7.6.0-preview-02 143 1/24/2025
7.6.0-preview-01 151 1/23/2025
7.5.1 1,106 12/12/2024
7.5.0 983 12/7/2024
7.4.9 1,119 11/16/2024
7.4.8 1,056 10/31/2024
7.4.7 937 10/26/2024
7.4.6 1,322 10/13/2024
7.4.5 20,609 8/20/2024
7.4.4 1,262 7/30/2024
7.4.3 10,911 7/1/2024
7.4.2 3,262 6/25/2024
7.4.1 1,141 6/21/2024
7.4.0 7,130 5/31/2024
7.3.14 16,262 5/3/2024
7.3.13 1,756 4/25/2024
7.3.12 1,887 4/18/2024
7.3.11 1,703 4/17/2024
7.3.10 31,769 3/3/2024
7.3.9 3,860 2/29/2024
7.3.9-preview-02 881 2/3/2024
7.3.9-preview-01 502 1/23/2024
7.3.8 26,893 1/20/2024
7.3.7 28,145 11/20/2023
7.3.6 17,837 11/19/2023
7.3.5 246,532 9/21/2023
7.3.4 136,053 8/3/2023
7.3.3 94,639 6/24/2023
7.3.2 400,233 4/1/2023
7.3.1 31,915 3/6/2023
7.3.0 2,311 3/3/2023
7.2.25 93,403 2/5/2023
7.2.24 217,417 12/18/2022
7.2.23 83,741 11/12/2022
6.6.9 43 10/11/2025
6.6.8 191 9/28/2025
6.6.7 379 7/28/2025
6.6.6 1,396 6/11/2025
6.6.5 415 5/28/2025
6.6.4 561 5/19/2025
6.6.3 379 5/9/2025
6.6.2 464 4/24/2025
6.6.1 2,615 1/23/2025
6.6.0.2 1,675 2/11/2025
6.6.0.1 442 1/28/2025
6.6.0 1,272 1/26/2025
6.6.0-preview-03 160 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 150 1/23/2025
6.5.1 29,979 12/12/2024
6.5.0 549 12/7/2024
6.4.9 1,386 11/16/2024
6.4.8 599 10/31/2024
6.4.7 753 10/26/2024
6.4.6 2,008 10/13/2024
6.4.5 2,713 8/20/2024
6.4.4 1,347 7/30/2024
6.4.3 1,784 7/1/2024
6.4.2 577 6/25/2024
6.4.1 2,630 6/21/2024
6.4.0 2,160 5/31/2024
6.3.14 3,037 5/3/2024
6.3.13 14,414 4/25/2024
6.3.12 566 4/18/2024
6.3.11 509 4/17/2024
6.3.10 11,676 3/3/2024
6.3.9 3,027 2/29/2024
6.3.9-preview-02 598 2/3/2024
6.3.9-preview-01 360 1/23/2024
6.3.8 45,679 1/20/2024
6.3.7 42,387 11/20/2023
6.3.6 1,890 11/19/2023
6.3.5 712,208 9/21/2023
6.3.4 48,333 8/3/2023
6.3.3 41,530 6/24/2023
6.3.2 155,792 4/1/2023
6.3.1 40,472 3/6/2023
6.3.0 20,188 3/3/2023
6.2.25 56,053 2/5/2023
6.2.24 74,566 12/18/2022
6.2.23 80,001 11/12/2022
6.2.22 50,762 11/6/2022
6.2.21 49,778 10/28/2022
6.2.20 402,539 9/3/2022
6.2.20-preview-01 763 9/3/2022
6.2.19 358,031 6/26/2022
6.2.18 677,657 3/7/2022
6.2.17 67,519 2/21/2022
6.2.16 4,293 2/19/2022
6.2.15 183,172 12/17/2021
6.2.14 281,045 11/9/2021
6.2.13-preview.4.21253.1 2,055 10/9/2021
6.2.12-preview.4.21253.1 1,027 7/31/2021
6.2.11-preview.4.21253.1 345 7/19/2021
6.0.0-preview.4.21253.1 542 5/31/2021
6.0.0-preview.3.21201.2 372 5/9/2021
5.6.9 45 10/11/2025
5.6.8 188 9/28/2025
5.6.7 247 7/28/2025
5.6.6 450 6/11/2025
5.6.5 325 5/28/2025
5.6.4 314 5/19/2025
5.6.3 253 5/9/2025
5.6.2 330 4/24/2025
5.6.1 464 1/23/2025
5.6.0.2 298 2/11/2025
5.6.0.1 271 1/28/2025
5.6.0 288 1/26/2025
5.6.0-preview-03 169 1/25/2025
5.6.0-preview-02 154 1/24/2025
5.6.0-preview-01 166 1/23/2025
5.5.1 694 12/12/2024
5.5.0 302 12/7/2024
5.4.9 285 11/16/2024
5.4.8 287 10/31/2024
5.4.7 293 10/26/2024
5.4.6 321 10/13/2024
5.4.5 440 8/20/2024
5.4.4 511 7/30/2024
5.4.3 460 7/1/2024
5.4.2 318 6/25/2024
5.4.1 333 6/21/2024
5.4.0 345 5/31/2024
5.3.14 303 5/3/2024
5.3.13 328 4/25/2024
5.3.12 318 4/18/2024
5.3.11 513 4/17/2024
5.3.10 1,120 3/3/2024
5.3.9 420 2/29/2024
5.3.9-preview-02 359 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 559 1/20/2024
5.3.7 3,206 11/20/2023
5.3.6 643 11/19/2023
5.3.5 1,280 9/21/2023
5.3.4 1,233 8/3/2023
5.3.3 2,577 6/24/2023
5.3.2 34,843 4/1/2023
5.3.1 1,018 3/6/2023
5.3.0 1,068 3/3/2023
5.2.25 1,154 2/5/2023
5.2.24 10,830 12/18/2022
5.2.23 3,735 11/12/2022
5.2.22 5,405 11/6/2022
5.2.21 1,131 10/28/2022
5.2.20 31,235 9/3/2022
5.2.20-preview-01 778 9/3/2022
5.2.19 32,903 6/26/2022
5.2.18 19,324 3/7/2022
5.2.17 5,024 2/21/2022
5.2.16 2,451 2/19/2022
5.2.15 143,598 12/17/2021
5.2.14 17,935 11/9/2021
5.2.13 165,218 10/9/2021
5.2.12 204,671 7/31/2021
5.2.11 83,581 7/19/2021
5.2.10 345,983 5/31/2021
5.2.9 193,448 3/26/2021
5.2.8 286,791 2/13/2021
5.2.7 81,943 12/26/2020
5.2.7-preview-03 1,096 12/26/2020
5.2.7-preview-01 1,083 12/26/2020
3.6.9 46 10/11/2025
3.6.8 182 9/28/2025
3.6.7 353 7/28/2025
3.6.6 448 6/11/2025
3.6.5 838 5/28/2025
3.6.4 371 5/19/2025
3.6.3 262 5/9/2025
3.6.2 339 4/24/2025
3.6.1 383 1/23/2025
3.6.0.2 310 2/11/2025
3.6.0.1 280 1/28/2025
3.6.0 295 1/26/2025
3.6.0-preview-03 152 1/25/2025
3.6.0-preview-02 141 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 318 12/12/2024
3.5.0 292 12/7/2024
3.4.9 296 11/16/2024
3.4.8 288 10/31/2024
3.4.7 286 10/26/2024
3.4.6 329 10/13/2024
3.4.5 2,926 8/20/2024
3.4.4 292 7/30/2024
3.4.3 1,162 7/1/2024
3.4.2 329 6/25/2024
3.4.1 334 6/21/2024
3.4.0 371 5/31/2024
3.3.14 338 5/3/2024
3.3.13 321 4/25/2024
3.3.12 335 4/18/2024
3.3.11 323 4/17/2024
3.3.10 684 3/3/2024
3.3.9 413 2/29/2024
3.3.9-preview-02 327 2/3/2024
3.3.9-preview-01 383 1/23/2024
3.3.8 545 1/20/2024
3.3.7 10,943 11/20/2023
3.3.6 648 11/19/2023
3.3.5 3,298 9/21/2023
3.3.4 1,852 8/3/2023
3.3.3 9,334 6/24/2023
3.3.2 3,045 4/1/2023
3.3.1 1,404 3/6/2023
3.3.0 980 3/3/2023
3.2.25 1,725 2/5/2023
3.2.24 18,889 12/18/2022
3.2.23 1,806 11/12/2022
3.2.22 1,186 11/6/2022
3.2.21 1,216 10/28/2022
3.2.20 23,350 9/3/2022
3.2.20-preview-01 728 9/3/2022
3.2.19 48,633 6/26/2022
3.2.18 25,853 3/7/2022
3.2.17 1,438 2/21/2022
3.2.16 1,265 2/19/2022
3.2.15 26,688 12/17/2021
3.2.14 18,346 11/9/2021
3.2.13 2,743 10/9/2021
3.2.12 23,188 7/31/2021
3.2.11 5,038 7/19/2021
3.2.10 40,354 5/31/2021
3.2.9 23,119 3/26/2021
3.2.8 20,688 2/13/2021
3.2.7 73,981 12/26/2020
3.2.7-preview-03 1,101 12/26/2020
3.2.7-preview-02 1,130 12/26/2020
3.2.7-preview-01 1,113 12/26/2020
3.2.6 136,550 11/25/2020
3.2.6-preview-01 1,015 11/25/2020
3.2.5 200,570 10/24/2020
3.2.4 9,353 10/19/2020
3.2.3 12,336 10/11/2020
3.2.2 85,032 8/19/2020
3.2.1 11,078 8/8/2020
3.2.0 26,848 7/27/2020
2.6.9 46 10/11/2025
2.6.8 183 9/28/2025
2.6.7 266 7/28/2025
2.6.6 462 6/11/2025
2.6.5 309 5/28/2025
2.6.4 312 5/19/2025
2.6.3 269 5/9/2025
2.6.2 342 4/24/2025
2.6.1 285 1/23/2025
2.6.0.2 292 2/11/2025
2.6.0.1 280 1/28/2025
2.6.0 417 1/26/2025
2.6.0-preview-03 161 1/25/2025
2.6.0-preview-02 159 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 319 12/12/2024
2.5.0 308 12/7/2024
2.4.9 294 11/16/2024
2.4.8 297 10/31/2024
2.4.7 297 10/26/2024
2.4.6 313 10/13/2024
2.4.5 333 8/20/2024
2.4.4 297 7/30/2024
2.4.3 328 7/1/2024
2.4.2 314 6/25/2024
2.4.1 318 6/21/2024
2.4.0 324 5/31/2024
2.3.14 332 5/3/2024
2.3.13 367 4/25/2024
2.3.12 332 4/18/2024
2.3.11 315 4/17/2024
2.3.10 408 3/3/2024
2.3.9 429 2/29/2024
2.3.9-preview-02 347 2/3/2024
2.3.9-preview-01 385 1/23/2024
2.3.8 504 1/20/2024
2.3.7 662 11/20/2023
2.3.6 635 11/19/2023
2.3.5 696 9/21/2023
2.3.4 855 8/3/2023
2.3.3 859 6/24/2023
2.3.2 968 4/1/2023
2.3.1 932 3/6/2023
2.3.0 970 3/3/2023
2.2.25 1,001 2/5/2023
2.2.24 1,012 12/18/2022
2.2.23 1,021 11/12/2022
2.2.22 1,084 11/6/2022
2.2.21 1,090 10/28/2022
2.2.20 1,140 9/3/2022
2.2.20-preview-01 708 9/3/2022
2.2.19 1,213 6/26/2022
2.2.18 1,388 3/7/2022
2.2.17 1,211 2/21/2022
2.2.16 1,254 2/19/2022
2.2.15 1,158 12/17/2021
2.2.14 1,131 11/9/2021
2.2.13 1,191 10/9/2021
2.2.12 1,475 7/31/2021
2.2.11 2,001 7/19/2021
2.2.10 1,743 5/31/2021
2.2.9 7,557 3/26/2021
2.2.8 2,086 2/13/2021
2.2.7 1,447 12/26/2020
2.2.7-preview-03 1,097 12/26/2020
2.2.7-preview-02 1,078 12/26/2020
2.2.7-preview-01 1,129 12/26/2020
2.2.6 13,105 11/25/2020
2.2.6-preview-01 926 11/25/2020
2.2.5 4,591 10/24/2020
2.2.4 3,027 10/19/2020
2.2.3 1,392 10/11/2020
2.2.2 22,647 8/19/2020
2.2.1 8,439 8/8/2020
2.2.0 67,503 7/27/2020
1.1.8 21,006 7/12/2020
1.1.7 5,689 7/6/2020
1.1.6 3,051 7/5/2020
1.1.5 42,506 6/15/2020
1.1.4 1,456 6/15/2020
1.1.3 1,448 6/15/2020
1.1.2 23,591 5/31/2020
1.1.1 28,020 5/14/2020
1.1.0 24,643 4/25/2020
1.0.24 14,196 4/16/2020
1.0.23 224,307 3/26/2020
1.0.22 6,450 3/18/2020
1.0.21 39,748 2/29/2020
1.0.20 144,232 1/11/2020
1.0.19 117,298 8/29/2019
1.0.18 84,840 7/2/2019
1.0.17 43,736 6/14/2019
1.0.16 4,910 6/6/2019
1.0.15 6,308 5/20/2019
1.0.14 5,292 5/14/2019
1.0.13 15,557 5/3/2019
1.0.12 71,884 3/26/2019
1.0.11 14,348 2/28/2019
1.0.10 33,286 2/5/2019
1.0.9.2 595,946 1/10/2019
1.0.9.1 1,871 1/7/2019
1.0.9 36,903 10/19/2018
1.0.8.18 83,106 9/4/2018
1.0.8.17 12,173 8/27/2018
1.0.8.16 19,624 8/19/2018
1.0.8.15 2,004 8/17/2018
1.0.8.13 6,641 8/2/2018
1.0.8.12 5,441 7/27/2018
1.0.8.11 40,024 6/6/2018
1.0.8.10 2,864 6/5/2018
1.0.8.9 7,536 5/26/2018
1.0.8.8 2,434 5/21/2018
1.0.8.7 3,728 5/9/2018
1.0.8.6 3,081 4/28/2018
1.0.8.5 2,653 4/27/2018
1.0.8.4 2,433 4/25/2018
1.0.8.3 4,204 3/30/2018
1.0.8.2 58,360 1/9/2018
1.0.8.1 6,044 1/5/2018
1.0.8 21,985 12/16/2017
1.0.4.8 17,942 11/1/2017
1.0.4.7 4,864 9/12/2017
1.0.4.6 6,653 7/8/2017
1.0.4.5 2,372 6/28/2017
1.0.4.4 2,208 6/27/2017
1.0.4.3 2,517 6/1/2017
1.0.4.2 2,185 6/1/2017
1.0.4.1 2,206 5/31/2017
1.0.4 2,843 5/17/2017
1.0.3.6 3,782 4/8/2017
1.0.3.5 2,745 3/30/2017
1.0.3.4 2,637 3/25/2017
1.0.3.3 6,426 11/16/2016
1.0.3.2 2,635 10/31/2016
1.0.3.1 2,504 10/30/2016
1.0.3 2,394 10/22/2016
1.0.1 3,659 6/27/2016
1.0.0 11,450 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md