Microsoft.EntityFrameworkCore.DynamicLinq 2.5.1

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

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.5.1                

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. 
.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 (76)

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
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last updated
9.5.1 4,146 12/12/2024
9.5.0 1,647 12/7/2024
9.4.9 8,270 11/16/2024
8.5.1 1,012 12/12/2024
8.5.0 811 12/7/2024
8.4.9 9,486 11/16/2024
8.4.8 47,787 10/31/2024
8.4.7 13,084 10/26/2024
8.4.6 56,397 10/13/2024
8.4.5 101,832 8/20/2024
8.4.4 79,822 7/30/2024
8.4.3 123,512 7/1/2024
8.4.2 18,968 6/25/2024
8.4.1 22,831 6/21/2024
8.4.0 49,473 5/31/2024
8.3.14 55,525 5/3/2024
8.3.13 14,421 4/25/2024
8.3.12 12,848 4/18/2024
8.3.10 121,077 3/3/2024
8.3.9 8,798 2/29/2024
8.3.9-preview-02 397 2/3/2024
8.3.9-preview-01 638 1/23/2024
8.3.8 73,598 1/20/2024
8.3.7 96,880 11/20/2023
7.5.1 109 12/12/2024
7.5.0 128 12/7/2024
7.4.9 248 11/16/2024
7.4.8 200 10/31/2024
7.4.7 99 10/26/2024
7.4.6 481 10/13/2024
7.4.5 3,048 8/20/2024
7.4.4 335 7/30/2024
7.4.3 6,622 7/1/2024
7.4.2 1,523 6/25/2024
7.4.1 307 6/21/2024
7.4.0 4,256 5/31/2024
7.3.14 10,119 5/3/2024
7.3.13 471 4/25/2024
7.3.12 575 4/18/2024
7.3.11 873 4/17/2024
7.3.10 22,916 3/3/2024
7.3.9 2,640 2/29/2024
7.3.9-preview-02 819 2/3/2024
7.3.9-preview-01 432 1/23/2024
7.3.8 15,264 1/20/2024
7.3.7 24,240 11/20/2023
7.3.6 10,300 11/19/2023
7.3.5 166,475 9/21/2023
7.3.4 120,261 8/3/2023
7.3.3 84,450 6/24/2023
7.3.2 380,780 4/1/2023
7.3.1 26,619 3/6/2023
7.3.0 1,551 3/3/2023
7.2.25 76,525 2/5/2023
7.2.24 205,888 12/18/2022
7.2.23 67,438 11/12/2022
6.5.1 244 12/12/2024
6.5.0 103 12/7/2024
6.4.9 269 11/16/2024
6.4.8 177 10/31/2024
6.4.7 221 10/26/2024
6.4.6 868 10/13/2024
6.4.5 1,705 8/20/2024
6.4.4 925 7/30/2024
6.4.3 1,132 7/1/2024
6.4.2 233 6/25/2024
6.4.1 1,673 6/21/2024
6.4.0 1,759 5/31/2024
6.3.14 2,599 5/3/2024
6.3.13 5,524 4/25/2024
6.3.12 219 4/18/2024
6.3.11 162 4/17/2024
6.3.10 8,472 3/3/2024
6.3.9 1,605 2/29/2024
6.3.9-preview-02 530 2/3/2024
6.3.9-preview-01 295 1/23/2024
6.3.8 27,857 1/20/2024
6.3.7 31,154 11/20/2023
6.3.6 1,557 11/19/2023
6.3.5 173,697 9/21/2023
6.3.4 46,428 8/3/2023
6.3.3 34,280 6/24/2023
6.3.2 131,048 4/1/2023
6.3.1 38,864 3/6/2023
6.3.0 16,986 3/3/2023
6.2.25 50,128 2/5/2023
6.2.24 67,016 12/18/2022
6.2.23 72,733 11/12/2022
6.2.22 45,128 11/6/2022
6.2.21 45,258 10/28/2022
6.2.20 379,913 9/3/2022
6.2.20-preview-01 648 9/3/2022
6.2.19 312,479 6/26/2022
6.2.18 644,439 3/7/2022
6.2.17 65,095 2/21/2022
6.2.16 4,017 2/19/2022
6.2.15 165,641 12/17/2021
6.2.14 256,695 11/9/2021
6.2.13-preview.4.21253.1 1,192 10/9/2021
6.2.12-preview.4.21253.1 905 7/31/2021
6.2.11-preview.4.21253.1 224 7/19/2021
6.0.0-preview.4.21253.1 435 5/31/2021
6.0.0-preview.3.21201.2 249 5/9/2021
5.5.1 154 12/12/2024
5.5.0 102 12/7/2024
5.4.9 105 11/16/2024
5.4.8 101 10/31/2024
5.4.7 100 10/26/2024
5.4.6 130 10/13/2024
5.4.5 258 8/20/2024
5.4.4 261 7/30/2024
5.4.3 243 7/1/2024
5.4.2 138 6/25/2024
5.4.1 152 6/21/2024
5.4.0 141 5/31/2024
5.3.14 131 5/3/2024
5.3.13 152 4/25/2024
5.3.12 143 4/18/2024
5.3.11 329 4/17/2024
5.3.10 850 3/3/2024
5.3.9 242 2/29/2024
5.3.9-preview-02 288 2/3/2024
5.3.9-preview-01 307 1/23/2024
5.3.8 383 1/20/2024
5.3.7 2,180 11/20/2023
5.3.6 467 11/19/2023
5.3.5 1,097 9/21/2023
5.3.4 990 8/3/2023
5.3.3 2,320 6/24/2023
5.3.2 32,862 4/1/2023
5.3.1 806 3/6/2023
5.3.0 844 3/3/2023
5.2.25 912 2/5/2023
5.2.24 9,005 12/18/2022
5.2.23 2,929 11/12/2022
5.2.22 5,212 11/6/2022
5.2.21 916 10/28/2022
5.2.20 26,924 9/3/2022
5.2.20-preview-01 662 9/3/2022
5.2.19 27,168 6/26/2022
5.2.18 18,582 3/7/2022
5.2.17 4,656 2/21/2022
5.2.16 2,224 2/19/2022
5.2.15 123,867 12/17/2021
5.2.14 17,331 11/9/2021
5.2.13 161,785 10/9/2021
5.2.12 195,642 7/31/2021
5.2.11 74,970 7/19/2021
5.2.10 333,083 5/31/2021
5.2.9 187,300 3/26/2021
5.2.8 277,937 2/13/2021
5.2.7 78,796 12/26/2020
5.2.7-preview-03 950 12/26/2020
5.2.7-preview-01 937 12/26/2020
3.5.1 96 12/12/2024
3.5.0 98 12/7/2024
3.4.9 113 11/16/2024
3.4.8 102 10/31/2024
3.4.7 102 10/26/2024
3.4.6 130 10/13/2024
3.4.5 989 8/20/2024
3.4.4 107 7/30/2024
3.4.3 325 7/1/2024
3.4.2 138 6/25/2024
3.4.1 153 6/21/2024
3.4.0 166 5/31/2024
3.3.14 150 5/3/2024
3.3.13 136 4/25/2024
3.3.12 156 4/18/2024
3.3.11 145 4/17/2024
3.3.10 345 3/3/2024
3.3.9 235 2/29/2024
3.3.9-preview-02 268 2/3/2024
3.3.9-preview-01 323 1/23/2024
3.3.8 370 1/20/2024
3.3.7 6,896 11/20/2023
3.3.6 470 11/19/2023
3.3.5 2,499 9/21/2023
3.3.4 1,639 8/3/2023
3.3.3 7,965 6/24/2023
3.3.2 2,831 4/1/2023
3.3.1 1,189 3/6/2023
3.3.0 781 3/3/2023
3.2.25 1,445 2/5/2023
3.2.24 17,868 12/18/2022
3.2.23 1,531 11/12/2022
3.2.22 972 11/6/2022
3.2.21 992 10/28/2022
3.2.20 20,686 9/3/2022
3.2.20-preview-01 613 9/3/2022
3.2.19 47,045 6/26/2022
3.2.18 24,860 3/7/2022
3.2.17 1,204 2/21/2022
3.2.16 1,035 2/19/2022
3.2.15 23,459 12/17/2021
3.2.14 16,972 11/9/2021
3.2.13 2,439 10/9/2021
3.2.12 22,429 7/31/2021
3.2.11 3,270 7/19/2021
3.2.10 39,683 5/31/2021
3.2.9 21,047 3/26/2021
3.2.8 19,455 2/13/2021
3.2.7 73,344 12/26/2020
3.2.7-preview-03 943 12/26/2020
3.2.7-preview-02 961 12/26/2020
3.2.7-preview-01 957 12/26/2020
3.2.6 132,949 11/25/2020
3.2.6-preview-01 858 11/25/2020
3.2.5 192,501 10/24/2020
3.2.4 6,308 10/19/2020
3.2.3 11,924 10/11/2020
3.2.2 81,122 8/19/2020
3.2.1 10,214 8/8/2020
3.2.0 25,801 7/27/2020
2.5.1 98 12/12/2024
2.5.0 105 12/7/2024
2.4.9 109 11/16/2024
2.4.8 106 10/31/2024
2.4.7 105 10/26/2024
2.4.6 125 10/13/2024
2.4.5 151 8/20/2024
2.4.4 106 7/30/2024
2.4.3 141 7/1/2024
2.4.2 134 6/25/2024
2.4.1 136 6/21/2024
2.4.0 126 5/31/2024
2.3.14 136 5/3/2024
2.3.13 167 4/25/2024
2.3.12 144 4/18/2024
2.3.11 131 4/17/2024
2.3.10 229 3/3/2024
2.3.9 244 2/29/2024
2.3.9-preview-02 288 2/3/2024
2.3.9-preview-01 296 1/23/2024
2.3.8 326 1/20/2024
2.3.7 485 11/20/2023
2.3.6 456 11/19/2023
2.3.5 531 9/21/2023
2.3.4 667 8/3/2023
2.3.3 645 6/24/2023
2.3.2 762 4/1/2023
2.3.1 723 3/6/2023
2.3.0 762 3/3/2023
2.2.25 800 2/5/2023
2.2.24 795 12/18/2022
2.2.23 823 11/12/2022
2.2.22 874 11/6/2022
2.2.21 876 10/28/2022
2.2.20 927 9/3/2022
2.2.20-preview-01 594 9/3/2022
2.2.19 960 6/26/2022
2.2.18 1,153 3/7/2022
2.2.17 973 2/21/2022
2.2.16 1,006 2/19/2022
2.2.15 921 12/17/2021
2.2.14 892 11/9/2021
2.2.13 945 10/9/2021
2.2.12 1,226 7/31/2021
2.2.11 1,745 7/19/2021
2.2.10 1,510 5/31/2021
2.2.9 7,251 3/26/2021
2.2.8 1,840 2/13/2021
2.2.7 1,206 12/26/2020
2.2.7-preview-03 943 12/26/2020
2.2.7-preview-02 927 12/26/2020
2.2.7-preview-01 954 12/26/2020
2.2.6 12,572 11/25/2020
2.2.6-preview-01 787 11/25/2020
2.2.5 4,012 10/24/2020
2.2.4 2,770 10/19/2020
2.2.3 1,138 10/11/2020
2.2.2 22,380 8/19/2020
2.2.1 8,102 8/8/2020
2.2.0 64,388 7/27/2020
1.1.8 19,320 7/12/2020
1.1.7 5,273 7/6/2020
1.1.6 2,740 7/5/2020
1.1.5 42,189 6/15/2020
1.1.4 1,183 6/15/2020
1.1.3 1,193 6/15/2020
1.1.2 21,399 5/31/2020
1.1.1 27,408 5/14/2020
1.1.0 23,520 4/25/2020
1.0.24 12,950 4/16/2020
1.0.23 214,967 3/26/2020
1.0.22 6,177 3/18/2020
1.0.21 34,763 2/29/2020
1.0.20 134,468 1/11/2020
1.0.19 112,270 8/29/2019
1.0.18 83,055 7/2/2019
1.0.17 41,596 6/14/2019
1.0.16 3,561 6/6/2019
1.0.15 4,647 5/20/2019
1.0.14 5,006 5/14/2019
1.0.13 14,704 5/3/2019
1.0.12 69,876 3/26/2019
1.0.11 14,021 2/28/2019
1.0.10 31,781 2/5/2019
1.0.9.2 579,243 1/10/2019
1.0.9.1 1,612 1/7/2019
1.0.9 35,926 10/19/2018
1.0.8.18 82,158 9/4/2018
1.0.8.17 11,686 8/27/2018
1.0.8.16 18,612 8/19/2018
1.0.8.15 1,714 8/17/2018
1.0.8.13 6,194 8/2/2018
1.0.8.12 5,008 7/27/2018
1.0.8.11 35,880 6/6/2018
1.0.8.10 2,317 6/5/2018
1.0.8.9 6,904 5/26/2018
1.0.8.8 1,875 5/21/2018
1.0.8.7 3,155 5/9/2018
1.0.8.6 2,531 4/28/2018
1.0.8.5 2,119 4/27/2018
1.0.8.4 1,898 4/25/2018
1.0.8.3 3,631 3/30/2018
1.0.8.2 56,588 1/9/2018
1.0.8.1 5,349 1/5/2018
1.0.8 20,785 12/16/2017
1.0.4.8 15,576 11/1/2017
1.0.4.7 4,427 9/12/2017
1.0.4.6 6,191 7/8/2017
1.0.4.5 1,932 6/28/2017
1.0.4.4 1,764 6/27/2017
1.0.4.3 2,075 6/1/2017
1.0.4.2 1,722 6/1/2017
1.0.4.1 1,745 5/31/2017
1.0.4 2,390 5/17/2017
1.0.3.6 3,204 4/8/2017
1.0.3.5 2,146 3/30/2017
1.0.3.4 2,068 3/25/2017
1.0.3.3 5,857 11/16/2016
1.0.3.2 2,082 10/31/2016
1.0.3.1 1,947 10/30/2016
1.0.3 1,827 10/22/2016
1.0.1 2,967 6/27/2016
1.0.0 5,601 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md