Microsoft.EntityFrameworkCore.DynamicLinq 2.4.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 2.4.6
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.4.6
                    
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="2.4.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="2.4.6" />
                    
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 2.4.6
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.4.6"
                    
#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=2.4.6
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.4.6
                    
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 net5.0 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 (77)

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

Showing the top 3 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.
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.5 291 5/28/2025
9.6.4 2,470 5/19/2025
9.6.3 2,865 5/9/2025
9.6.2 4,531 4/24/2025
9.6.0.2 45,761 2/11/2025
9.6.0.1 34,055 1/28/2025
9.6.0 2,731 1/26/2025
9.6.0-preview-03 126 1/25/2025
9.6.0-preview-02 95 1/24/2025
9.6.0-preview-01 102 1/23/2025
9.5.1 58,786 12/12/2024
9.5.0 4,345 12/7/2024
9.4.9 18,013 11/16/2024
8.6.5 249 5/28/2025
8.6.4 683 5/19/2025
8.6.3 1,052 5/9/2025
8.6.2 2,233 4/24/2025
8.6.1 103,064 1/23/2025
8.6.0.2 7,707 2/11/2025
8.6.0.1 1,398 1/28/2025
8.6.0 5,372 1/26/2025
8.6.0-preview-03 100 1/25/2025
8.6.0-preview-02 96 1/24/2025
8.6.0-preview-01 91 1/23/2025
8.5.1 46,922 12/12/2024
8.5.0 3,524 12/7/2024
8.4.9 36,592 11/16/2024
8.4.8 92,998 10/31/2024
8.4.7 30,205 10/26/2024
8.4.6 158,495 10/13/2024
8.4.5 175,708 8/20/2024
8.4.4 118,367 7/30/2024
8.4.3 149,272 7/1/2024
8.4.2 23,965 6/25/2024
8.4.1 34,496 6/21/2024
8.4.0 83,138 5/31/2024
8.3.14 75,075 5/3/2024
8.3.13 17,717 4/25/2024
8.3.12 16,558 4/18/2024
8.3.10 149,236 3/3/2024
8.3.9 9,701 2/29/2024
8.3.9-preview-02 425 2/3/2024
8.3.9-preview-01 654 1/23/2024
8.3.8 89,951 1/20/2024
8.3.7 111,201 11/20/2023
7.6.5 96 5/28/2025
7.6.4 228 5/19/2025
7.6.3 270 5/9/2025
7.6.2 367 4/24/2025
7.6.1 1,005 1/23/2025
7.6.0.2 715 2/11/2025
7.6.0.1 672 1/28/2025
7.6.0 689 1/26/2025
7.6.0-preview-03 101 1/25/2025
7.6.0-preview-02 87 1/24/2025
7.6.0-preview-01 96 1/23/2025
7.5.1 831 12/12/2024
7.5.0 724 12/7/2024
7.4.9 847 11/16/2024
7.4.8 791 10/31/2024
7.4.7 683 10/26/2024
7.4.6 1,068 10/13/2024
7.4.5 10,749 8/20/2024
7.4.4 978 7/30/2024
7.4.3 9,558 7/1/2024
7.4.2 2,104 6/25/2024
7.4.1 884 6/21/2024
7.4.0 6,101 5/31/2024
7.3.14 12,119 5/3/2024
7.3.13 1,293 4/25/2024
7.3.12 1,513 4/18/2024
7.3.11 1,448 4/17/2024
7.3.10 24,770 3/3/2024
7.3.9 3,575 2/29/2024
7.3.9-preview-02 830 2/3/2024
7.3.9-preview-01 441 1/23/2024
7.3.8 22,704 1/20/2024
7.3.7 26,503 11/20/2023
7.3.6 12,978 11/19/2023
7.3.5 211,983 9/21/2023
7.3.4 128,712 8/3/2023
7.3.3 87,049 6/24/2023
7.3.2 393,525 4/1/2023
7.3.1 28,716 3/6/2023
7.3.0 1,935 3/3/2023
7.2.25 81,452 2/5/2023
7.2.24 211,728 12/18/2022
7.2.23 74,985 11/12/2022
6.6.5 79 5/28/2025
6.6.4 215 5/19/2025
6.6.3 113 5/9/2025
6.6.2 209 4/24/2025
6.6.1 1,907 1/23/2025
6.6.0.2 859 2/11/2025
6.6.0.1 174 1/28/2025
6.6.0 570 1/26/2025
6.6.0-preview-03 100 1/25/2025
6.6.0-preview-02 91 1/24/2025
6.6.0-preview-01 97 1/23/2025
6.5.1 15,498 12/12/2024
6.5.0 250 12/7/2024
6.4.9 756 11/16/2024
6.4.8 314 10/31/2024
6.4.7 453 10/26/2024
6.4.6 1,551 10/13/2024
6.4.5 2,275 8/20/2024
6.4.4 1,035 7/30/2024
6.4.3 1,473 7/1/2024
6.4.2 321 6/25/2024
6.4.1 2,367 6/21/2024
6.4.0 1,889 5/31/2024
6.3.14 2,738 5/3/2024
6.3.13 9,157 4/25/2024
6.3.12 311 4/18/2024
6.3.11 246 4/17/2024
6.3.10 10,196 3/3/2024
6.3.9 2,345 2/29/2024
6.3.9-preview-02 538 2/3/2024
6.3.9-preview-01 304 1/23/2024
6.3.8 40,289 1/20/2024
6.3.7 39,433 11/20/2023
6.3.6 1,638 11/19/2023
6.3.5 441,117 9/21/2023
6.3.4 47,764 8/3/2023
6.3.3 38,055 6/24/2023
6.3.2 141,819 4/1/2023
6.3.1 39,725 3/6/2023
6.3.0 18,783 3/3/2023
6.2.25 53,573 2/5/2023
6.2.24 71,109 12/18/2022
6.2.23 78,491 11/12/2022
6.2.22 48,021 11/6/2022
6.2.21 46,612 10/28/2022
6.2.20 392,483 9/3/2022
6.2.20-preview-01 676 9/3/2022
6.2.19 335,622 6/26/2022
6.2.18 661,941 3/7/2022
6.2.17 66,465 2/21/2022
6.2.16 4,081 2/19/2022
6.2.15 175,996 12/17/2021
6.2.14 269,590 11/9/2021
6.2.13-preview.4.21253.1 1,361 10/9/2021
6.2.12-preview.4.21253.1 944 7/31/2021
6.2.11-preview.4.21253.1 262 7/19/2021
6.0.0-preview.4.21253.1 475 5/31/2021
6.0.0-preview.3.21201.2 291 5/9/2021
5.6.5 81 5/28/2025
5.6.4 133 5/19/2025
5.6.3 84 5/9/2025
5.6.2 164 4/24/2025
5.6.1 224 1/23/2025
5.6.0.2 138 2/11/2025
5.6.0.1 111 1/28/2025
5.6.0 121 1/26/2025
5.6.0-preview-03 102 1/25/2025
5.6.0-preview-02 86 1/24/2025
5.6.0-preview-01 99 1/23/2025
5.5.1 420 12/12/2024
5.5.0 135 12/7/2024
5.4.9 128 11/16/2024
5.4.8 124 10/31/2024
5.4.7 121 10/26/2024
5.4.6 150 10/13/2024
5.4.5 273 8/20/2024
5.4.4 276 7/30/2024
5.4.3 258 7/1/2024
5.4.2 154 6/25/2024
5.4.1 170 6/21/2024
5.4.0 179 5/31/2024
5.3.14 145 5/3/2024
5.3.13 168 4/25/2024
5.3.12 158 4/18/2024
5.3.11 342 4/17/2024
5.3.10 881 3/3/2024
5.3.9 256 2/29/2024
5.3.9-preview-02 295 2/3/2024
5.3.9-preview-01 314 1/23/2024
5.3.8 394 1/20/2024
5.3.7 2,734 11/20/2023
5.3.6 479 11/19/2023
5.3.5 1,113 9/21/2023
5.3.4 1,044 8/3/2023
5.3.3 2,399 6/24/2023
5.3.2 32,994 4/1/2023
5.3.1 833 3/6/2023
5.3.0 895 3/3/2023
5.2.25 945 2/5/2023
5.2.24 10,182 12/18/2022
5.2.23 3,258 11/12/2022
5.2.22 5,240 11/6/2022
5.2.21 947 10/28/2022
5.2.20 29,061 9/3/2022
5.2.20-preview-01 691 9/3/2022
5.2.19 30,532 6/26/2022
5.2.18 19,044 3/7/2022
5.2.17 4,796 2/21/2022
5.2.16 2,262 2/19/2022
5.2.15 134,020 12/17/2021
5.2.14 17,441 11/9/2021
5.2.13 164,725 10/9/2021
5.2.12 197,517 7/31/2021
5.2.11 77,865 7/19/2021
5.2.10 335,343 5/31/2021
5.2.9 189,135 3/26/2021
5.2.8 278,719 2/13/2021
5.2.7 80,343 12/26/2020
5.2.7-preview-03 998 12/26/2020
5.2.7-preview-01 985 12/26/2020
3.6.5 81 5/28/2025
3.6.4 140 5/19/2025
3.6.3 89 5/9/2025
3.6.2 164 4/24/2025
3.6.1 178 1/23/2025
3.6.0.2 143 2/11/2025
3.6.0.1 115 1/28/2025
3.6.0 128 1/26/2025
3.6.0-preview-03 96 1/25/2025
3.6.0-preview-02 87 1/24/2025
3.6.0-preview-01 110 1/23/2025
3.5.1 145 12/12/2024
3.5.0 127 12/7/2024
3.4.9 137 11/16/2024
3.4.8 123 10/31/2024
3.4.7 124 10/26/2024
3.4.6 151 10/13/2024
3.4.5 1,951 8/20/2024
3.4.4 121 7/30/2024
3.4.3 588 7/1/2024
3.4.2 169 6/25/2024
3.4.1 170 6/21/2024
3.4.0 193 5/31/2024
3.3.14 176 5/3/2024
3.3.13 152 4/25/2024
3.3.12 174 4/18/2024
3.3.11 156 4/17/2024
3.3.10 426 3/3/2024
3.3.9 247 2/29/2024
3.3.9-preview-02 275 2/3/2024
3.3.9-preview-01 330 1/23/2024
3.3.8 381 1/20/2024
3.3.7 8,829 11/20/2023
3.3.6 481 11/19/2023
3.3.5 2,918 9/21/2023
3.3.4 1,669 8/3/2023
3.3.3 8,713 6/24/2023
3.3.2 2,861 4/1/2023
3.3.1 1,216 3/6/2023
3.3.0 804 3/3/2023
3.2.25 1,505 2/5/2023
3.2.24 18,136 12/18/2022
3.2.23 1,608 11/12/2022
3.2.22 1,000 11/6/2022
3.2.21 1,028 10/28/2022
3.2.20 22,407 9/3/2022
3.2.20-preview-01 640 9/3/2022
3.2.19 48,147 6/26/2022
3.2.18 25,064 3/7/2022
3.2.17 1,247 2/21/2022
3.2.16 1,072 2/19/2022
3.2.15 25,611 12/17/2021
3.2.14 17,749 11/9/2021
3.2.13 2,526 10/9/2021
3.2.12 22,786 7/31/2021
3.2.11 4,785 7/19/2021
3.2.10 39,882 5/31/2021
3.2.9 22,101 3/26/2021
3.2.8 20,173 2/13/2021
3.2.7 73,677 12/26/2020
3.2.7-preview-03 990 12/26/2020
3.2.7-preview-02 1,008 12/26/2020
3.2.7-preview-01 1,007 12/26/2020
3.2.6 134,052 11/25/2020
3.2.6-preview-01 903 11/25/2020
3.2.5 193,884 10/24/2020
3.2.4 8,151 10/19/2020
3.2.3 12,087 10/11/2020
3.2.2 82,208 8/19/2020
3.2.1 10,646 8/8/2020
3.2.0 26,500 7/27/2020
2.6.5 78 5/28/2025
2.6.4 132 5/19/2025
2.6.3 85 5/9/2025
2.6.2 170 4/24/2025
2.6.1 120 1/23/2025
2.6.0.2 127 2/11/2025
2.6.0.1 112 1/28/2025
2.6.0 122 1/26/2025
2.6.0-preview-03 99 1/25/2025
2.6.0-preview-02 88 1/24/2025
2.6.0-preview-01 97 1/23/2025
2.5.1 146 12/12/2024
2.5.0 133 12/7/2024
2.4.9 130 11/16/2024
2.4.8 130 10/31/2024
2.4.7 131 10/26/2024
2.4.6 144 10/13/2024
2.4.5 164 8/20/2024
2.4.4 120 7/30/2024
2.4.3 156 7/1/2024
2.4.2 150 6/25/2024
2.4.1 153 6/21/2024
2.4.0 141 5/31/2024
2.3.14 155 5/3/2024
2.3.13 183 4/25/2024
2.3.12 157 4/18/2024
2.3.11 142 4/17/2024
2.3.10 242 3/3/2024
2.3.9 256 2/29/2024
2.3.9-preview-02 295 2/3/2024
2.3.9-preview-01 303 1/23/2024
2.3.8 340 1/20/2024
2.3.7 497 11/20/2023
2.3.6 467 11/19/2023
2.3.5 540 9/21/2023
2.3.4 683 8/3/2023
2.3.3 682 6/24/2023
2.3.2 788 4/1/2023
2.3.1 747 3/6/2023
2.3.0 788 3/3/2023
2.2.25 827 2/5/2023
2.2.24 823 12/18/2022
2.2.23 852 11/12/2022
2.2.22 902 11/6/2022
2.2.21 907 10/28/2022
2.2.20 959 9/3/2022
2.2.20-preview-01 621 9/3/2022
2.2.19 1,015 6/26/2022
2.2.18 1,192 3/7/2022
2.2.17 1,014 2/21/2022
2.2.16 1,058 2/19/2022
2.2.15 964 12/17/2021
2.2.14 935 11/9/2021
2.2.13 990 10/9/2021
2.2.12 1,282 7/31/2021
2.2.11 1,810 7/19/2021
2.2.10 1,555 5/31/2021
2.2.9 7,309 3/26/2021
2.2.8 1,893 2/13/2021
2.2.7 1,260 12/26/2020
2.2.7-preview-03 991 12/26/2020
2.2.7-preview-02 972 12/26/2020
2.2.7-preview-01 1,011 12/26/2020
2.2.6 12,842 11/25/2020
2.2.6-preview-01 832 11/25/2020
2.2.5 4,066 10/24/2020
2.2.4 2,823 10/19/2020
2.2.3 1,194 10/11/2020
2.2.2 22,434 8/19/2020
2.2.1 8,210 8/8/2020
2.2.0 64,779 7/27/2020
1.1.8 20,303 7/12/2020
1.1.7 5,365 7/6/2020
1.1.6 2,792 7/5/2020
1.1.5 42,283 6/15/2020
1.1.4 1,252 6/15/2020
1.1.3 1,243 6/15/2020
1.1.2 21,838 5/31/2020
1.1.1 27,766 5/14/2020
1.1.0 23,834 4/25/2020
1.0.24 13,029 4/16/2020
1.0.23 215,044 3/26/2020
1.0.22 6,239 3/18/2020
1.0.21 36,288 2/29/2020
1.0.20 137,218 1/11/2020
1.0.19 114,969 8/29/2019
1.0.18 83,226 7/2/2019
1.0.17 42,954 6/14/2019
1.0.16 4,562 6/6/2019
1.0.15 5,862 5/20/2019
1.0.14 5,074 5/14/2019
1.0.13 14,960 5/3/2019
1.0.12 70,073 3/26/2019
1.0.11 14,085 2/28/2019
1.0.10 32,066 2/5/2019
1.0.9.2 589,231 1/10/2019
1.0.9.1 1,669 1/7/2019
1.0.9 36,144 10/19/2018
1.0.8.18 82,269 9/4/2018
1.0.8.17 11,790 8/27/2018
1.0.8.16 18,723 8/19/2018
1.0.8.15 1,787 8/17/2018
1.0.8.13 6,354 8/2/2018
1.0.8.12 5,135 7/27/2018
1.0.8.11 38,196 6/6/2018
1.0.8.10 2,500 6/5/2018
1.0.8.9 7,110 5/26/2018
1.0.8.8 2,062 5/21/2018
1.0.8.7 3,354 5/9/2018
1.0.8.6 2,722 4/28/2018
1.0.8.5 2,311 4/27/2018
1.0.8.4 2,089 4/25/2018
1.0.8.3 3,829 3/30/2018
1.0.8.2 56,806 1/9/2018
1.0.8.1 5,547 1/5/2018
1.0.8 20,985 12/16/2017
1.0.4.8 16,673 11/1/2017
1.0.4.7 4,574 9/12/2017
1.0.4.6 6,333 7/8/2017
1.0.4.5 2,069 6/28/2017
1.0.4.4 1,900 6/27/2017
1.0.4.3 2,211 6/1/2017
1.0.4.2 1,860 6/1/2017
1.0.4.1 1,887 5/31/2017
1.0.4 2,529 5/17/2017
1.0.3.6 3,406 4/8/2017
1.0.3.5 2,344 3/30/2017
1.0.3.4 2,269 3/25/2017
1.0.3.3 6,061 11/16/2016
1.0.3.2 2,281 10/31/2016
1.0.3.1 2,150 10/30/2016
1.0.3 2,034 10/22/2016
1.0.1 3,231 6/27/2016
1.0.0 9,896 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md