Microsoft.EntityFrameworkCore.DynamicLinq 9.6.0-preview-02

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 9.6.0-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.0-preview-02
                    
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.0-preview-02" />
                    
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.0-preview-02" />
                    
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.0-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.0-preview-02"
                    
#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=9.6.0-preview-02&prerelease
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.0-preview-02&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 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 (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 3,290 6/11/2025
9.6.5 4,074 5/28/2025
9.6.4 4,323 5/19/2025
9.6.3 3,682 5/9/2025
9.6.2 6,581 4/24/2025
9.6.0.2 52,497 2/11/2025
9.6.0.1 39,636 1/28/2025
9.6.0 2,877 1/26/2025
9.6.0-preview-03 130 1/25/2025
9.6.0-preview-02 102 1/24/2025
9.6.0-preview-01 106 1/23/2025
9.5.1 64,684 12/12/2024
9.5.0 4,460 12/7/2024
9.4.9 18,439 11/16/2024
8.6.6 1,170 6/11/2025
8.6.5 1,763 5/28/2025
8.6.4 1,475 5/19/2025
8.6.3 1,518 5/9/2025
8.6.2 3,357 4/24/2025
8.6.1 138,195 1/23/2025
8.6.0.2 9,526 2/11/2025
8.6.0.1 1,495 1/28/2025
8.6.0 6,213 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 96 1/23/2025
8.5.1 50,733 12/12/2024
8.5.0 3,869 12/7/2024
8.4.9 39,186 11/16/2024
8.4.8 97,270 10/31/2024
8.4.7 31,219 10/26/2024
8.4.6 164,073 10/13/2024
8.4.5 186,190 8/20/2024
8.4.4 122,566 7/30/2024
8.4.3 152,406 7/1/2024
8.4.2 24,614 6/25/2024
8.4.1 35,756 6/21/2024
8.4.0 87,278 5/31/2024
8.3.14 77,467 5/3/2024
8.3.13 18,215 4/25/2024
8.3.12 17,060 4/18/2024
8.3.10 151,770 3/3/2024
8.3.9 9,892 2/29/2024
8.3.9-preview-02 433 2/3/2024
8.3.9-preview-01 657 1/23/2024
8.3.8 92,121 1/20/2024
8.3.7 112,660 11/20/2023
7.6.6 354 6/11/2025
7.6.5 254 5/28/2025
7.6.4 309 5/19/2025
7.6.3 428 5/9/2025
7.6.2 413 4/24/2025
7.6.1 1,063 1/23/2025
7.6.0.2 748 2/11/2025
7.6.0.1 702 1/28/2025
7.6.0 722 1/26/2025
7.6.0-preview-03 106 1/25/2025
7.6.0-preview-02 92 1/24/2025
7.6.0-preview-01 102 1/23/2025
7.5.1 863 12/12/2024
7.5.0 754 12/7/2024
7.4.9 879 11/16/2024
7.4.8 823 10/31/2024
7.4.7 713 10/26/2024
7.4.6 1,099 10/13/2024
7.4.5 12,156 8/20/2024
7.4.4 1,011 7/30/2024
7.4.3 9,598 7/1/2024
7.4.2 2,138 6/25/2024
7.4.1 916 6/21/2024
7.4.0 6,140 5/31/2024
7.3.14 12,338 5/3/2024
7.3.13 1,337 4/25/2024
7.3.12 1,553 4/18/2024
7.3.11 1,479 4/17/2024
7.3.10 24,887 3/3/2024
7.3.9 3,613 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,210 1/20/2024
7.3.7 26,663 11/20/2023
7.3.6 13,276 11/19/2023
7.3.5 216,502 9/21/2023
7.3.4 129,341 8/3/2023
7.3.3 87,168 6/24/2023
7.3.2 394,503 4/1/2023
7.3.1 28,857 3/6/2023
7.3.0 1,986 3/3/2023
7.2.25 81,752 2/5/2023
7.2.24 212,267 12/18/2022
7.2.23 75,921 11/12/2022
6.6.6 289 6/11/2025
6.6.5 185 5/28/2025
6.6.4 302 5/19/2025
6.6.3 145 5/9/2025
6.6.2 240 4/24/2025
6.6.1 1,985 1/23/2025
6.6.0.2 1,060 2/11/2025
6.6.0.1 203 1/28/2025
6.6.0 652 1/26/2025
6.6.0-preview-03 105 1/25/2025
6.6.0-preview-02 97 1/24/2025
6.6.0-preview-01 101 1/23/2025
6.5.1 18,241 12/12/2024
6.5.0 288 12/7/2024
6.4.9 842 11/16/2024
6.4.8 350 10/31/2024
6.4.7 483 10/26/2024
6.4.6 1,627 10/13/2024
6.4.5 2,348 8/20/2024
6.4.4 1,067 7/30/2024
6.4.3 1,517 7/1/2024
6.4.2 351 6/25/2024
6.4.1 2,397 6/21/2024
6.4.0 1,921 5/31/2024
6.3.14 2,771 5/3/2024
6.3.13 10,111 4/25/2024
6.3.12 339 4/18/2024
6.3.11 276 4/17/2024
6.3.10 10,349 3/3/2024
6.3.9 2,488 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,140 1/20/2024
6.3.7 39,807 11/20/2023
6.3.6 1,668 11/19/2023
6.3.5 474,218 9/21/2023
6.3.4 47,843 8/3/2023
6.3.3 38,365 6/24/2023
6.3.2 143,250 4/1/2023
6.3.1 39,820 3/6/2023
6.3.0 19,028 3/3/2023
6.2.25 53,861 2/5/2023
6.2.24 71,508 12/18/2022
6.2.23 78,679 11/12/2022
6.2.22 48,317 11/6/2022
6.2.21 46,741 10/28/2022
6.2.20 393,822 9/3/2022
6.2.20-preview-01 681 9/3/2022
6.2.19 338,363 6/26/2022
6.2.18 664,248 3/7/2022
6.2.17 66,665 2/21/2022
6.2.16 4,094 2/19/2022
6.2.15 178,034 12/17/2021
6.2.14 271,248 11/9/2021
6.2.13-preview.4.21253.1 1,442 10/9/2021
6.2.12-preview.4.21253.1 953 7/31/2021
6.2.11-preview.4.21253.1 273 7/19/2021
6.0.0-preview.4.21253.1 482 5/31/2021
6.0.0-preview.3.21201.2 300 5/9/2021
5.6.6 279 6/11/2025
5.6.5 148 5/28/2025
5.6.4 147 5/19/2025
5.6.3 95 5/9/2025
5.6.2 176 4/24/2025
5.6.1 241 1/23/2025
5.6.0.2 146 2/11/2025
5.6.0.1 120 1/28/2025
5.6.0 130 1/26/2025
5.6.0-preview-03 106 1/25/2025
5.6.0-preview-02 92 1/24/2025
5.6.0-preview-01 105 1/23/2025
5.5.1 433 12/12/2024
5.5.0 144 12/7/2024
5.4.9 136 11/16/2024
5.4.8 133 10/31/2024
5.4.7 133 10/26/2024
5.4.6 159 10/13/2024
5.4.5 283 8/20/2024
5.4.4 290 7/30/2024
5.4.3 276 7/1/2024
5.4.2 162 6/25/2024
5.4.1 178 6/21/2024
5.4.0 187 5/31/2024
5.3.14 153 5/3/2024
5.3.13 176 4/25/2024
5.3.12 166 4/18/2024
5.3.11 351 4/17/2024
5.3.10 898 3/3/2024
5.3.9 266 2/29/2024
5.3.9-preview-02 299 2/3/2024
5.3.9-preview-01 317 1/23/2024
5.3.8 403 1/20/2024
5.3.7 2,795 11/20/2023
5.3.6 487 11/19/2023
5.3.5 1,122 9/21/2023
5.3.4 1,055 8/3/2023
5.3.3 2,404 6/24/2023
5.3.2 33,006 4/1/2023
5.3.1 838 3/6/2023
5.3.0 899 3/3/2023
5.2.25 962 2/5/2023
5.2.24 10,267 12/18/2022
5.2.23 3,291 11/12/2022
5.2.22 5,244 11/6/2022
5.2.21 955 10/28/2022
5.2.20 29,341 9/3/2022
5.2.20-preview-01 694 9/3/2022
5.2.19 31,084 6/26/2022
5.2.18 19,066 3/7/2022
5.2.17 4,807 2/21/2022
5.2.16 2,272 2/19/2022
5.2.15 135,457 12/17/2021
5.2.14 17,454 11/9/2021
5.2.13 164,746 10/9/2021
5.2.12 198,147 7/31/2021
5.2.11 78,286 7/19/2021
5.2.10 336,475 5/31/2021
5.2.9 189,394 3/26/2021
5.2.8 279,262 2/13/2021
5.2.7 80,431 12/26/2020
5.2.7-preview-03 1,008 12/26/2020
5.2.7-preview-01 994 12/26/2020
3.6.6 280 6/11/2025
3.6.5 194 5/28/2025
3.6.4 158 5/19/2025
3.6.3 101 5/9/2025
3.6.2 177 4/24/2025
3.6.1 195 1/23/2025
3.6.0.2 152 2/11/2025
3.6.0.1 124 1/28/2025
3.6.0 138 1/26/2025
3.6.0-preview-03 101 1/25/2025
3.6.0-preview-02 92 1/24/2025
3.6.0-preview-01 115 1/23/2025
3.5.1 154 12/12/2024
3.5.0 136 12/7/2024
3.4.9 146 11/16/2024
3.4.8 134 10/31/2024
3.4.7 134 10/26/2024
3.4.6 161 10/13/2024
3.4.5 2,074 8/20/2024
3.4.4 133 7/30/2024
3.4.3 623 7/1/2024
3.4.2 177 6/25/2024
3.4.1 178 6/21/2024
3.4.0 202 5/31/2024
3.3.14 184 5/3/2024
3.3.13 161 4/25/2024
3.3.12 181 4/18/2024
3.3.11 165 4/17/2024
3.3.10 438 3/3/2024
3.3.9 256 2/29/2024
3.3.9-preview-02 278 2/3/2024
3.3.9-preview-01 333 1/23/2024
3.3.8 389 1/20/2024
3.3.7 8,935 11/20/2023
3.3.6 489 11/19/2023
3.3.5 2,979 9/21/2023
3.3.4 1,677 8/3/2023
3.3.3 8,845 6/24/2023
3.3.2 2,869 4/1/2023
3.3.1 1,223 3/6/2023
3.3.0 809 3/3/2023
3.2.25 1,529 2/5/2023
3.2.24 18,158 12/18/2022
3.2.23 1,613 11/12/2022
3.2.22 1,005 11/6/2022
3.2.21 1,034 10/28/2022
3.2.20 22,688 9/3/2022
3.2.20-preview-01 643 9/3/2022
3.2.19 48,192 6/26/2022
3.2.18 25,081 3/7/2022
3.2.17 1,256 2/21/2022
3.2.16 1,079 2/19/2022
3.2.15 25,945 12/17/2021
3.2.14 17,770 11/9/2021
3.2.13 2,544 10/9/2021
3.2.12 22,837 7/31/2021
3.2.11 4,797 7/19/2021
3.2.10 39,891 5/31/2021
3.2.9 22,204 3/26/2021
3.2.8 20,229 2/13/2021
3.2.7 73,707 12/26/2020
3.2.7-preview-03 1,000 12/26/2020
3.2.7-preview-02 1,019 12/26/2020
3.2.7-preview-01 1,017 12/26/2020
3.2.6 134,224 11/25/2020
3.2.6-preview-01 915 11/25/2020
3.2.5 194,051 10/24/2020
3.2.4 8,167 10/19/2020
3.2.3 12,109 10/11/2020
3.2.2 82,298 8/19/2020
3.2.1 10,718 8/8/2020
3.2.0 26,542 7/27/2020
2.6.6 283 6/11/2025
2.6.5 151 5/28/2025
2.6.4 149 5/19/2025
2.6.3 97 5/9/2025
2.6.2 181 4/24/2025
2.6.1 132 1/23/2025
2.6.0.2 138 2/11/2025
2.6.0.1 122 1/28/2025
2.6.0 146 1/26/2025
2.6.0-preview-03 103 1/25/2025
2.6.0-preview-02 97 1/24/2025
2.6.0-preview-01 104 1/23/2025
2.5.1 154 12/12/2024
2.5.0 144 12/7/2024
2.4.9 140 11/16/2024
2.4.8 140 10/31/2024
2.4.7 143 10/26/2024
2.4.6 153 10/13/2024
2.4.5 173 8/20/2024
2.4.4 130 7/30/2024
2.4.3 166 7/1/2024
2.4.2 161 6/25/2024
2.4.1 163 6/21/2024
2.4.0 150 5/31/2024
2.3.14 164 5/3/2024
2.3.13 192 4/25/2024
2.3.12 166 4/18/2024
2.3.11 153 4/17/2024
2.3.10 253 3/3/2024
2.3.9 267 2/29/2024
2.3.9-preview-02 298 2/3/2024
2.3.9-preview-01 307 1/23/2024
2.3.8 348 1/20/2024
2.3.7 504 11/20/2023
2.3.6 476 11/19/2023
2.3.5 549 9/21/2023
2.3.4 689 8/3/2023
2.3.3 688 6/24/2023
2.3.2 795 4/1/2023
2.3.1 752 3/6/2023
2.3.0 794 3/3/2023
2.2.25 832 2/5/2023
2.2.24 827 12/18/2022
2.2.23 856 11/12/2022
2.2.22 906 11/6/2022
2.2.21 911 10/28/2022
2.2.20 965 9/3/2022
2.2.20-preview-01 625 9/3/2022
2.2.19 1,028 6/26/2022
2.2.18 1,200 3/7/2022
2.2.17 1,025 2/21/2022
2.2.16 1,068 2/19/2022
2.2.15 974 12/17/2021
2.2.14 942 11/9/2021
2.2.13 998 10/9/2021
2.2.12 1,291 7/31/2021
2.2.11 1,818 7/19/2021
2.2.10 1,564 5/31/2021
2.2.9 7,321 3/26/2021
2.2.8 1,902 2/13/2021
2.2.7 1,269 12/26/2020
2.2.7-preview-03 998 12/26/2020
2.2.7-preview-02 981 12/26/2020
2.2.7-preview-01 1,018 12/26/2020
2.2.6 12,867 11/25/2020
2.2.6-preview-01 839 11/25/2020
2.2.5 4,076 10/24/2020
2.2.4 2,834 10/19/2020
2.2.3 1,204 10/11/2020
2.2.2 22,448 8/19/2020
2.2.1 8,220 8/8/2020
2.2.0 64,965 7/27/2020
1.1.8 20,430 7/12/2020
1.1.7 5,378 7/6/2020
1.1.6 2,802 7/5/2020
1.1.5 42,297 6/15/2020
1.1.4 1,261 6/15/2020
1.1.3 1,253 6/15/2020
1.1.2 21,921 5/31/2020
1.1.1 27,798 5/14/2020
1.1.0 23,887 4/25/2020
1.0.24 13,048 4/16/2020
1.0.23 215,061 3/26/2020
1.0.22 6,255 3/18/2020
1.0.21 36,454 2/29/2020
1.0.20 137,546 1/11/2020
1.0.19 115,227 8/29/2019
1.0.18 83,256 7/2/2019
1.0.17 43,067 6/14/2019
1.0.16 4,646 6/6/2019
1.0.15 5,920 5/20/2019
1.0.14 5,092 5/14/2019
1.0.13 14,991 5/3/2019
1.0.12 70,119 3/26/2019
1.0.11 14,103 2/28/2019
1.0.10 32,127 2/5/2019
1.0.9.2 589,308 1/10/2019
1.0.9.1 1,682 1/7/2019
1.0.9 36,181 10/19/2018
1.0.8.18 82,291 9/4/2018
1.0.8.17 11,810 8/27/2018
1.0.8.16 18,746 8/19/2018
1.0.8.15 1,807 8/17/2018
1.0.8.13 6,386 8/2/2018
1.0.8.12 5,169 7/27/2018
1.0.8.11 38,254 6/6/2018
1.0.8.10 2,547 6/5/2018
1.0.8.9 7,158 5/26/2018
1.0.8.8 2,108 5/21/2018
1.0.8.7 3,404 5/9/2018
1.0.8.6 2,771 4/28/2018
1.0.8.5 2,357 4/27/2018
1.0.8.4 2,135 4/25/2018
1.0.8.3 3,879 3/30/2018
1.0.8.2 56,853 1/9/2018
1.0.8.1 5,594 1/5/2018
1.0.8 21,032 12/16/2017
1.0.4.8 16,860 11/1/2017
1.0.4.7 4,605 9/12/2017
1.0.4.6 6,368 7/8/2017
1.0.4.5 2,103 6/28/2017
1.0.4.4 1,934 6/27/2017
1.0.4.3 2,244 6/1/2017
1.0.4.2 1,890 6/1/2017
1.0.4.1 1,918 5/31/2017
1.0.4 2,566 5/17/2017
1.0.3.6 3,452 4/8/2017
1.0.3.5 2,392 3/30/2017
1.0.3.4 2,317 3/25/2017
1.0.3.3 6,106 11/16/2016
1.0.3.2 2,329 10/31/2016
1.0.3.1 2,197 10/30/2016
1.0.3 2,085 10/22/2016
1.0.1 3,303 6/27/2016
1.0.0 10,225 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md