Microsoft.EntityFrameworkCore.DynamicLinq 5.3.9-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 5.3.9-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.9-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="5.3.9-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="5.3.9-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 5.3.9-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.9-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=5.3.9-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.9-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 net5.0 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 10,751 6/11/2025
9.6.5 5,358 5/28/2025
9.6.4 5,422 5/19/2025
9.6.3 3,902 5/9/2025
9.6.2 7,982 4/24/2025
9.6.0.2 56,055 2/11/2025
9.6.0.1 42,772 1/28/2025
9.6.0 2,973 1/26/2025
9.6.0-preview-03 138 1/25/2025
9.6.0-preview-02 109 1/24/2025
9.6.0-preview-01 112 1/23/2025
9.5.1 68,694 12/12/2024
9.5.0 4,537 12/7/2024
9.4.9 18,948 11/16/2024
8.6.6 3,112 6/11/2025
8.6.5 2,683 5/28/2025
8.6.4 1,724 5/19/2025
8.6.3 1,820 5/9/2025
8.6.2 3,905 4/24/2025
8.6.1 163,293 1/23/2025
8.6.0.2 10,683 2/11/2025
8.6.0.1 1,558 1/28/2025
8.6.0 6,714 1/26/2025
8.6.0-preview-03 111 1/25/2025
8.6.0-preview-02 108 1/24/2025
8.6.0-preview-01 102 1/23/2025
8.5.1 53,500 12/12/2024
8.5.0 4,185 12/7/2024
8.4.9 41,101 11/16/2024
8.4.8 99,075 10/31/2024
8.4.7 31,966 10/26/2024
8.4.6 167,916 10/13/2024
8.4.5 193,653 8/20/2024
8.4.4 125,012 7/30/2024
8.4.3 154,369 7/1/2024
8.4.2 25,104 6/25/2024
8.4.1 36,396 6/21/2024
8.4.0 90,388 5/31/2024
8.3.14 79,312 5/3/2024
8.3.13 18,416 4/25/2024
8.3.12 17,306 4/18/2024
8.3.10 153,637 3/3/2024
8.3.9 9,984 2/29/2024
8.3.9-preview-02 441 2/3/2024
8.3.9-preview-01 663 1/23/2024
8.3.8 93,287 1/20/2024
8.3.7 113,750 11/20/2023
7.6.6 576 6/11/2025
7.6.5 366 5/28/2025
7.6.4 415 5/19/2025
7.6.3 551 5/9/2025
7.6.2 437 4/24/2025
7.6.1 1,121 1/23/2025
7.6.0.2 770 2/11/2025
7.6.0.1 723 1/28/2025
7.6.0 746 1/26/2025
7.6.0-preview-03 111 1/25/2025
7.6.0-preview-02 100 1/24/2025
7.6.0-preview-01 108 1/23/2025
7.5.1 886 12/12/2024
7.5.0 777 12/7/2024
7.4.9 901 11/16/2024
7.4.8 847 10/31/2024
7.4.7 735 10/26/2024
7.4.6 1,121 10/13/2024
7.4.5 13,178 8/20/2024
7.4.4 1,034 7/30/2024
7.4.3 9,631 7/1/2024
7.4.2 2,160 6/25/2024
7.4.1 939 6/21/2024
7.4.0 6,222 5/31/2024
7.3.14 12,488 5/3/2024
7.3.13 1,384 4/25/2024
7.3.12 1,575 4/18/2024
7.3.11 1,502 4/17/2024
7.3.10 24,970 3/3/2024
7.3.9 3,641 2/29/2024
7.3.9-preview-02 844 2/3/2024
7.3.9-preview-01 457 1/23/2024
7.3.8 23,463 1/20/2024
7.3.7 26,817 11/20/2023
7.3.6 13,449 11/19/2023
7.3.5 219,933 9/21/2023
7.3.4 129,772 8/3/2023
7.3.3 87,268 6/24/2023
7.3.2 395,145 4/1/2023
7.3.1 29,083 3/6/2023
7.3.0 2,025 3/3/2023
7.2.25 81,979 2/5/2023
7.2.24 212,713 12/18/2022
7.2.23 76,533 11/12/2022
6.6.6 321 6/11/2025
6.6.5 207 5/28/2025
6.6.4 325 5/19/2025
6.6.3 169 5/9/2025
6.6.2 261 4/24/2025
6.6.1 2,045 1/23/2025
6.6.0.2 1,164 2/11/2025
6.6.0.1 225 1/28/2025
6.6.0 710 1/26/2025
6.6.0-preview-03 111 1/25/2025
6.6.0-preview-02 106 1/24/2025
6.6.0-preview-01 108 1/23/2025
6.5.1 20,133 12/12/2024
6.5.0 313 12/7/2024
6.4.9 914 11/16/2024
6.4.8 375 10/31/2024
6.4.7 507 10/26/2024
6.4.6 1,674 10/13/2024
6.4.5 2,422 8/20/2024
6.4.4 1,089 7/30/2024
6.4.3 1,540 7/1/2024
6.4.2 373 6/25/2024
6.4.1 2,418 6/21/2024
6.4.0 1,946 5/31/2024
6.3.14 2,796 5/3/2024
6.3.13 10,213 4/25/2024
6.3.12 361 4/18/2024
6.3.11 300 4/17/2024
6.3.10 10,490 3/3/2024
6.3.9 2,545 2/29/2024
6.3.9-preview-02 551 2/3/2024
6.3.9-preview-01 315 1/23/2024
6.3.8 41,704 1/20/2024
6.3.7 40,059 11/20/2023
6.3.6 1,688 11/19/2023
6.3.5 500,357 9/21/2023
6.3.4 47,889 8/3/2023
6.3.3 38,689 6/24/2023
6.3.2 144,080 4/1/2023
6.3.1 39,889 3/6/2023
6.3.0 19,206 3/3/2023
6.2.25 54,226 2/5/2023
6.2.24 71,833 12/18/2022
6.2.23 78,786 11/12/2022
6.2.22 48,435 11/6/2022
6.2.21 46,867 10/28/2022
6.2.20 394,626 9/3/2022
6.2.20-preview-01 692 9/3/2022
6.2.19 340,340 6/26/2022
6.2.18 665,657 3/7/2022
6.2.17 66,774 2/21/2022
6.2.16 4,106 2/19/2022
6.2.15 178,869 12/17/2021
6.2.14 272,427 11/9/2021
6.2.13-preview.4.21253.1 1,510 10/9/2021
6.2.12-preview.4.21253.1 967 7/31/2021
6.2.11-preview.4.21253.1 286 7/19/2021
6.0.0-preview.4.21253.1 494 5/31/2021
6.0.0-preview.3.21201.2 317 5/9/2021
5.6.6 292 6/11/2025
5.6.5 156 5/28/2025
5.6.4 154 5/19/2025
5.6.3 103 5/9/2025
5.6.2 184 4/24/2025
5.6.1 251 1/23/2025
5.6.0.2 153 2/11/2025
5.6.0.1 128 1/28/2025
5.6.0 138 1/26/2025
5.6.0-preview-03 114 1/25/2025
5.6.0-preview-02 104 1/24/2025
5.6.0-preview-01 117 1/23/2025
5.5.1 440 12/12/2024
5.5.0 151 12/7/2024
5.4.9 141 11/16/2024
5.4.8 140 10/31/2024
5.4.7 142 10/26/2024
5.4.6 165 10/13/2024
5.4.5 289 8/20/2024
5.4.4 300 7/30/2024
5.4.3 283 7/1/2024
5.4.2 167 6/25/2024
5.4.1 185 6/21/2024
5.4.0 195 5/31/2024
5.3.14 159 5/3/2024
5.3.13 181 4/25/2024
5.3.12 173 4/18/2024
5.3.11 357 4/17/2024
5.3.10 914 3/3/2024
5.3.9 272 2/29/2024
5.3.9-preview-02 307 2/3/2024
5.3.9-preview-01 323 1/23/2024
5.3.8 412 1/20/2024
5.3.7 2,826 11/20/2023
5.3.6 496 11/19/2023
5.3.5 1,132 9/21/2023
5.3.4 1,071 8/3/2023
5.3.3 2,417 6/24/2023
5.3.2 33,017 4/1/2023
5.3.1 847 3/6/2023
5.3.0 908 3/3/2023
5.2.25 972 2/5/2023
5.2.24 10,353 12/18/2022
5.2.23 3,320 11/12/2022
5.2.22 5,253 11/6/2022
5.2.21 967 10/28/2022
5.2.20 29,653 9/3/2022
5.2.20-preview-01 706 9/3/2022
5.2.19 31,262 6/26/2022
5.2.18 19,084 3/7/2022
5.2.17 4,820 2/21/2022
5.2.16 2,284 2/19/2022
5.2.15 136,188 12/17/2021
5.2.14 17,486 11/9/2021
5.2.13 164,772 10/9/2021
5.2.12 198,305 7/31/2021
5.2.11 78,622 7/19/2021
5.2.10 336,693 5/31/2021
5.2.9 189,511 3/26/2021
5.2.8 279,644 2/13/2021
5.2.7 80,532 12/26/2020
5.2.7-preview-03 1,022 12/26/2020
5.2.7-preview-01 1,009 12/26/2020
3.6.6 295 6/11/2025
3.6.5 241 5/28/2025
3.6.4 166 5/19/2025
3.6.3 108 5/9/2025
3.6.2 186 4/24/2025
3.6.1 206 1/23/2025
3.6.0.2 162 2/11/2025
3.6.0.1 130 1/28/2025
3.6.0 146 1/26/2025
3.6.0-preview-03 109 1/25/2025
3.6.0-preview-02 99 1/24/2025
3.6.0-preview-01 121 1/23/2025
3.5.1 160 12/12/2024
3.5.0 144 12/7/2024
3.4.9 152 11/16/2024
3.4.8 139 10/31/2024
3.4.7 142 10/26/2024
3.4.6 169 10/13/2024
3.4.5 2,162 8/20/2024
3.4.4 141 7/30/2024
3.4.3 649 7/1/2024
3.4.2 183 6/25/2024
3.4.1 184 6/21/2024
3.4.0 212 5/31/2024
3.3.14 189 5/3/2024
3.3.13 168 4/25/2024
3.3.12 186 4/18/2024
3.3.11 172 4/17/2024
3.3.10 449 3/3/2024
3.3.9 263 2/29/2024
3.3.9-preview-02 286 2/3/2024
3.3.9-preview-01 339 1/23/2024
3.3.8 398 1/20/2024
3.3.7 9,062 11/20/2023
3.3.6 495 11/19/2023
3.3.5 3,008 9/21/2023
3.3.4 1,688 8/3/2023
3.3.3 8,906 6/24/2023
3.3.2 2,882 4/1/2023
3.3.1 1,236 3/6/2023
3.3.0 818 3/3/2023
3.2.25 1,545 2/5/2023
3.2.24 18,180 12/18/2022
3.2.23 1,624 11/12/2022
3.2.22 1,016 11/6/2022
3.2.21 1,047 10/28/2022
3.2.20 22,786 9/3/2022
3.2.20-preview-01 656 9/3/2022
3.2.19 48,239 6/26/2022
3.2.18 25,096 3/7/2022
3.2.17 1,271 2/21/2022
3.2.16 1,089 2/19/2022
3.2.15 26,194 12/17/2021
3.2.14 17,822 11/9/2021
3.2.13 2,561 10/9/2021
3.2.12 22,875 7/31/2021
3.2.11 4,811 7/19/2021
3.2.10 39,904 5/31/2021
3.2.9 22,305 3/26/2021
3.2.8 20,256 2/13/2021
3.2.7 73,726 12/26/2020
3.2.7-preview-03 1,013 12/26/2020
3.2.7-preview-02 1,034 12/26/2020
3.2.7-preview-01 1,030 12/26/2020
3.2.6 134,368 11/25/2020
3.2.6-preview-01 932 11/25/2020
3.2.5 194,163 10/24/2020
3.2.4 8,184 10/19/2020
3.2.3 12,128 10/11/2020
3.2.2 82,391 8/19/2020
3.2.1 10,784 8/8/2020
3.2.0 26,593 7/27/2020
2.6.6 295 6/11/2025
2.6.5 160 5/28/2025
2.6.4 158 5/19/2025
2.6.3 105 5/9/2025
2.6.2 192 4/24/2025
2.6.1 137 1/23/2025
2.6.0.2 144 2/11/2025
2.6.0.1 129 1/28/2025
2.6.0 173 1/26/2025
2.6.0-preview-03 109 1/25/2025
2.6.0-preview-02 106 1/24/2025
2.6.0-preview-01 112 1/23/2025
2.5.1 161 12/12/2024
2.5.0 154 12/7/2024
2.4.9 145 11/16/2024
2.4.8 144 10/31/2024
2.4.7 149 10/26/2024
2.4.6 162 10/13/2024
2.4.5 183 8/20/2024
2.4.4 136 7/30/2024
2.4.3 174 7/1/2024
2.4.2 168 6/25/2024
2.4.1 169 6/21/2024
2.4.0 158 5/31/2024
2.3.14 170 5/3/2024
2.3.13 197 4/25/2024
2.3.12 171 4/18/2024
2.3.11 159 4/17/2024
2.3.10 261 3/3/2024
2.3.9 274 2/29/2024
2.3.9-preview-02 303 2/3/2024
2.3.9-preview-01 316 1/23/2024
2.3.8 356 1/20/2024
2.3.7 513 11/20/2023
2.3.6 485 11/19/2023
2.3.5 560 9/21/2023
2.3.4 700 8/3/2023
2.3.3 702 6/24/2023
2.3.2 810 4/1/2023
2.3.1 763 3/6/2023
2.3.0 804 3/3/2023
2.2.25 845 2/5/2023
2.2.24 839 12/18/2022
2.2.23 869 11/12/2022
2.2.22 917 11/6/2022
2.2.21 923 10/28/2022
2.2.20 975 9/3/2022
2.2.20-preview-01 638 9/3/2022
2.2.19 1,042 6/26/2022
2.2.18 1,215 3/7/2022
2.2.17 1,040 2/21/2022
2.2.16 1,081 2/19/2022
2.2.15 986 12/17/2021
2.2.14 954 11/9/2021
2.2.13 1,009 10/9/2021
2.2.12 1,301 7/31/2021
2.2.11 1,828 7/19/2021
2.2.10 1,577 5/31/2021
2.2.9 7,333 3/26/2021
2.2.8 1,917 2/13/2021
2.2.7 1,279 12/26/2020
2.2.7-preview-03 1,011 12/26/2020
2.2.7-preview-02 995 12/26/2020
2.2.7-preview-01 1,031 12/26/2020
2.2.6 12,884 11/25/2020
2.2.6-preview-01 854 11/25/2020
2.2.5 4,089 10/24/2020
2.2.4 2,850 10/19/2020
2.2.3 1,217 10/11/2020
2.2.2 22,463 8/19/2020
2.2.1 8,241 8/8/2020
2.2.0 65,114 7/27/2020
1.1.8 20,472 7/12/2020
1.1.7 5,394 7/6/2020
1.1.6 2,856 7/5/2020
1.1.5 42,317 6/15/2020
1.1.4 1,274 6/15/2020
1.1.3 1,266 6/15/2020
1.1.2 21,991 5/31/2020
1.1.1 27,829 5/14/2020
1.1.0 23,921 4/25/2020
1.0.24 13,063 4/16/2020
1.0.23 215,076 3/26/2020
1.0.22 6,271 3/18/2020
1.0.21 36,585 2/29/2020
1.0.20 137,838 1/11/2020
1.0.19 115,404 8/29/2019
1.0.18 83,294 7/2/2019
1.0.17 43,164 6/14/2019
1.0.16 4,689 6/6/2019
1.0.15 5,963 5/20/2019
1.0.14 5,109 5/14/2019
1.0.13 15,015 5/3/2019
1.0.12 70,145 3/26/2019
1.0.11 14,122 2/28/2019
1.0.10 32,189 2/5/2019
1.0.9.2 589,365 1/10/2019
1.0.9.1 1,694 1/7/2019
1.0.9 36,206 10/19/2018
1.0.8.18 82,310 9/4/2018
1.0.8.17 11,825 8/27/2018
1.0.8.16 18,762 8/19/2018
1.0.8.15 1,823 8/17/2018
1.0.8.13 6,408 8/2/2018
1.0.8.12 5,192 7/27/2018
1.0.8.11 38,291 6/6/2018
1.0.8.10 2,582 6/5/2018
1.0.8.9 7,193 5/26/2018
1.0.8.8 2,145 5/21/2018
1.0.8.7 3,443 5/9/2018
1.0.8.6 2,808 4/28/2018
1.0.8.5 2,394 4/27/2018
1.0.8.4 2,173 4/25/2018
1.0.8.3 3,919 3/30/2018
1.0.8.2 56,889 1/9/2018
1.0.8.1 5,629 1/5/2018
1.0.8 21,067 12/16/2017
1.0.4.8 16,964 11/1/2017
1.0.4.7 4,630 9/12/2017
1.0.4.6 6,398 7/8/2017
1.0.4.5 2,130 6/28/2017
1.0.4.4 1,961 6/27/2017
1.0.4.3 2,272 6/1/2017
1.0.4.2 1,915 6/1/2017
1.0.4.1 1,945 5/31/2017
1.0.4 2,594 5/17/2017
1.0.3.6 3,491 4/8/2017
1.0.3.5 2,432 3/30/2017
1.0.3.4 2,357 3/25/2017
1.0.3.3 6,146 11/16/2016
1.0.3.2 2,371 10/31/2016
1.0.3.1 2,237 10/30/2016
1.0.3 2,129 10/22/2016
1.0.1 3,355 6/27/2016
1.0.0 10,528 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md