Microsoft.EntityFrameworkCore.DynamicLinq 2.4.4

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.4                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.4.4                
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.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 2.4.4                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.4.4"                
#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.4.4

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

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
8.4.8 275 10/31/2024
8.4.7 2,068 10/26/2024
8.4.6 10,751 10/13/2024
8.4.5 70,095 8/20/2024
8.4.4 60,175 7/30/2024
8.4.3 99,435 7/1/2024
8.4.2 16,614 6/25/2024
8.4.1 18,131 6/21/2024
8.4.0 42,066 5/31/2024
8.3.14 47,403 5/3/2024
8.3.13 12,783 4/25/2024
8.3.12 11,065 4/18/2024
8.3.10 99,934 3/3/2024
8.3.9 8,065 2/29/2024
8.3.9-preview-02 387 2/3/2024
8.3.9-preview-01 619 1/23/2024
8.3.8 66,334 1/20/2024
8.3.7 90,825 11/20/2023
7.4.8 40 10/31/2024
7.4.7 80 10/26/2024
7.4.6 285 10/13/2024
7.4.5 1,555 8/20/2024
7.4.4 308 7/30/2024
7.4.3 5,117 7/1/2024
7.4.2 1,467 6/25/2024
7.4.1 290 6/21/2024
7.4.0 3,161 5/31/2024
7.3.14 9,277 5/3/2024
7.3.13 409 4/25/2024
7.3.12 461 4/18/2024
7.3.11 852 4/17/2024
7.3.10 21,858 3/3/2024
7.3.9 2,415 2/29/2024
7.3.9-preview-02 809 2/3/2024
7.3.9-preview-01 423 1/23/2024
7.3.8 12,825 1/20/2024
7.3.7 23,368 11/20/2023
7.3.6 9,740 11/19/2023
7.3.5 146,805 9/21/2023
7.3.4 117,131 8/3/2023
7.3.3 82,733 6/24/2023
7.3.2 374,564 4/1/2023
7.3.1 25,958 3/6/2023
7.3.0 1,394 3/3/2023
7.2.25 72,939 2/5/2023
7.2.24 201,069 12/18/2022
7.2.23 65,195 11/12/2022
6.4.8 43 10/31/2024
6.4.7 127 10/26/2024
6.4.6 453 10/13/2024
6.4.5 1,332 8/20/2024
6.4.4 803 7/30/2024
6.4.3 1,032 7/1/2024
6.4.2 218 6/25/2024
6.4.1 1,044 6/21/2024
6.4.0 1,715 5/31/2024
6.3.14 2,268 5/3/2024
6.3.13 5,394 4/25/2024
6.3.12 204 4/18/2024
6.3.11 150 4/17/2024
6.3.10 7,835 3/3/2024
6.3.9 1,385 2/29/2024
6.3.9-preview-02 520 2/3/2024
6.3.9-preview-01 286 1/23/2024
6.3.8 24,063 1/20/2024
6.3.7 27,221 11/20/2023
6.3.6 1,541 11/19/2023
6.3.5 119,202 9/21/2023
6.3.4 45,752 8/3/2023
6.3.3 32,446 6/24/2023
6.3.2 127,217 4/1/2023
6.3.1 38,449 3/6/2023
6.3.0 15,582 3/3/2023
6.2.25 49,350 2/5/2023
6.2.24 65,511 12/18/2022
6.2.23 70,298 11/12/2022
6.2.22 44,036 11/6/2022
6.2.21 44,766 10/28/2022
6.2.20 376,443 9/3/2022
6.2.20-preview-01 643 9/3/2022
6.2.19 305,911 6/26/2022
6.2.18 637,656 3/7/2022
6.2.17 64,868 2/21/2022
6.2.16 4,006 2/19/2022
6.2.15 161,158 12/17/2021
6.2.14 253,731 11/9/2021
6.2.13-preview.4.21253.1 1,188 10/9/2021
6.2.12-preview.4.21253.1 901 7/31/2021
6.2.11-preview.4.21253.1 221 7/19/2021
6.0.0-preview.4.21253.1 428 5/31/2021
6.0.0-preview.3.21201.2 243 5/9/2021
5.4.8 32 10/31/2024
5.4.7 78 10/26/2024
5.4.6 102 10/13/2024
5.4.5 231 8/20/2024
5.4.4 164 7/30/2024
5.4.3 222 7/1/2024
5.4.2 122 6/25/2024
5.4.1 132 6/21/2024
5.4.0 126 5/31/2024
5.3.14 115 5/3/2024
5.3.13 129 4/25/2024
5.3.12 127 4/18/2024
5.3.11 283 4/17/2024
5.3.10 828 3/3/2024
5.3.9 226 2/29/2024
5.3.9-preview-02 278 2/3/2024
5.3.9-preview-01 292 1/23/2024
5.3.8 367 1/20/2024
5.3.7 1,987 11/20/2023
5.3.6 456 11/19/2023
5.3.5 1,082 9/21/2023
5.3.4 981 8/3/2023
5.3.3 2,191 6/24/2023
5.3.2 32,755 4/1/2023
5.3.1 795 3/6/2023
5.3.0 828 3/3/2023
5.2.25 902 2/5/2023
5.2.24 8,601 12/18/2022
5.2.23 2,796 11/12/2022
5.2.22 5,204 11/6/2022
5.2.21 908 10/28/2022
5.2.20 25,526 9/3/2022
5.2.20-preview-01 656 9/3/2022
5.2.19 26,435 6/26/2022
5.2.18 18,490 3/7/2022
5.2.17 4,596 2/21/2022
5.2.16 2,213 2/19/2022
5.2.15 121,096 12/17/2021
5.2.14 17,273 11/9/2021
5.2.13 160,366 10/9/2021
5.2.12 195,162 7/31/2021
5.2.11 74,777 7/19/2021
5.2.10 332,358 5/31/2021
5.2.9 186,529 3/26/2021
5.2.8 277,760 2/13/2021
5.2.7 77,346 12/26/2020
5.2.7-preview-03 941 12/26/2020
5.2.7-preview-01 929 12/26/2020
3.4.8 31 10/31/2024
3.4.7 80 10/26/2024
3.4.6 101 10/13/2024
3.4.5 451 8/20/2024
3.4.4 92 7/30/2024
3.4.3 266 7/1/2024
3.4.2 117 6/25/2024
3.4.1 133 6/21/2024
3.4.0 147 5/31/2024
3.3.14 128 5/3/2024
3.3.13 120 4/25/2024
3.3.12 142 4/18/2024
3.3.11 127 4/17/2024
3.3.10 313 3/3/2024
3.3.9 221 2/29/2024
3.3.9-preview-02 255 2/3/2024
3.3.9-preview-01 310 1/23/2024
3.3.8 354 1/20/2024
3.3.7 5,661 11/20/2023
3.3.6 458 11/19/2023
3.3.5 2,224 9/21/2023
3.3.4 1,609 8/3/2023
3.3.3 7,828 6/24/2023
3.3.2 2,820 4/1/2023
3.3.1 1,178 3/6/2023
3.3.0 762 3/3/2023
3.2.25 1,428 2/5/2023
3.2.24 17,760 12/18/2022
3.2.23 1,520 11/12/2022
3.2.22 962 11/6/2022
3.2.21 983 10/28/2022
3.2.20 20,188 9/3/2022
3.2.20-preview-01 606 9/3/2022
3.2.19 46,037 6/26/2022
3.2.18 24,572 3/7/2022
3.2.17 1,193 2/21/2022
3.2.16 1,020 2/19/2022
3.2.15 23,408 12/17/2021
3.2.14 16,814 11/9/2021
3.2.13 2,388 10/9/2021
3.2.12 22,341 7/31/2021
3.2.11 2,632 7/19/2021
3.2.10 39,285 5/31/2021
3.2.9 20,579 3/26/2021
3.2.8 19,087 2/13/2021
3.2.7 72,977 12/26/2020
3.2.7-preview-03 936 12/26/2020
3.2.7-preview-02 952 12/26/2020
3.2.7-preview-01 949 12/26/2020
3.2.6 132,533 11/25/2020
3.2.6-preview-01 848 11/25/2020
3.2.5 191,967 10/24/2020
3.2.4 6,271 10/19/2020
3.2.3 11,744 10/11/2020
3.2.2 80,481 8/19/2020
3.2.1 10,029 8/8/2020
3.2.0 25,368 7/27/2020
2.4.8 37 10/31/2024
2.4.7 80 10/26/2024
2.4.6 103 10/13/2024
2.4.5 124 8/20/2024
2.4.4 90 7/30/2024
2.4.3 125 7/1/2024
2.4.2 116 6/25/2024
2.4.1 118 6/21/2024
2.4.0 111 5/31/2024
2.3.14 114 5/3/2024
2.3.13 147 4/25/2024
2.3.12 128 4/18/2024
2.3.11 117 4/17/2024
2.3.10 214 3/3/2024
2.3.9 228 2/29/2024
2.3.9-preview-02 278 2/3/2024
2.3.9-preview-01 284 1/23/2024
2.3.8 309 1/20/2024
2.3.7 465 11/20/2023
2.3.6 439 11/19/2023
2.3.5 514 9/21/2023
2.3.4 653 8/3/2023
2.3.3 636 6/24/2023
2.3.2 752 4/1/2023
2.3.1 712 3/6/2023
2.3.0 753 3/3/2023
2.2.25 786 2/5/2023
2.2.24 782 12/18/2022
2.2.23 812 11/12/2022
2.2.22 860 11/6/2022
2.2.21 866 10/28/2022
2.2.20 917 9/3/2022
2.2.20-preview-01 587 9/3/2022
2.2.19 952 6/26/2022
2.2.18 1,144 3/7/2022
2.2.17 964 2/21/2022
2.2.16 998 2/19/2022
2.2.15 911 12/17/2021
2.2.14 883 11/9/2021
2.2.13 936 10/9/2021
2.2.12 1,213 7/31/2021
2.2.11 1,728 7/19/2021
2.2.10 1,500 5/31/2021
2.2.9 7,218 3/26/2021
2.2.8 1,817 2/13/2021
2.2.7 1,196 12/26/2020
2.2.7-preview-03 936 12/26/2020
2.2.7-preview-02 915 12/26/2020
2.2.7-preview-01 946 12/26/2020
2.2.6 12,428 11/25/2020
2.2.6-preview-01 776 11/25/2020
2.2.5 3,996 10/24/2020
2.2.4 2,757 10/19/2020
2.2.3 1,128 10/11/2020
2.2.2 22,192 8/19/2020
2.2.1 8,035 8/8/2020
2.2.0 64,363 7/27/2020
1.1.8 18,847 7/12/2020
1.1.7 5,190 7/6/2020
1.1.6 2,731 7/5/2020
1.1.5 42,150 6/15/2020
1.1.4 1,175 6/15/2020
1.1.3 1,181 6/15/2020
1.1.2 21,233 5/31/2020
1.1.1 27,336 5/14/2020
1.1.0 23,455 4/25/2020
1.0.24 12,930 4/16/2020
1.0.23 214,948 3/26/2020
1.0.22 6,161 3/18/2020
1.0.21 34,320 2/29/2020
1.0.20 133,809 1/11/2020
1.0.19 111,498 8/29/2019
1.0.18 83,012 7/2/2019
1.0.17 41,353 6/14/2019
1.0.16 3,459 6/6/2019
1.0.15 4,622 5/20/2019
1.0.14 4,955 5/14/2019
1.0.13 14,531 5/3/2019
1.0.12 69,797 3/26/2019
1.0.11 14,005 2/28/2019
1.0.10 31,661 2/5/2019
1.0.9.2 573,381 1/10/2019
1.0.9.1 1,597 1/7/2019
1.0.9 35,802 10/19/2018
1.0.8.18 82,104 9/4/2018
1.0.8.17 11,646 8/27/2018
1.0.8.16 18,568 8/19/2018
1.0.8.15 1,684 8/17/2018
1.0.8.13 6,163 8/2/2018
1.0.8.12 4,981 7/27/2018
1.0.8.11 35,823 6/6/2018
1.0.8.10 2,290 6/5/2018
1.0.8.9 6,875 5/26/2018
1.0.8.8 1,847 5/21/2018
1.0.8.7 3,128 5/9/2018
1.0.8.6 2,504 4/28/2018
1.0.8.5 2,091 4/27/2018
1.0.8.4 1,872 4/25/2018
1.0.8.3 3,600 3/30/2018
1.0.8.2 56,551 1/9/2018
1.0.8.1 5,319 1/5/2018
1.0.8 20,756 12/16/2017
1.0.4.8 15,500 11/1/2017
1.0.4.7 4,397 9/12/2017
1.0.4.6 6,157 7/8/2017
1.0.4.5 1,906 6/28/2017
1.0.4.4 1,737 6/27/2017
1.0.4.3 2,050 6/1/2017
1.0.4.2 1,696 6/1/2017
1.0.4.1 1,717 5/31/2017
1.0.4 2,365 5/17/2017
1.0.3.6 3,174 4/8/2017
1.0.3.5 2,116 3/30/2017
1.0.3.4 2,038 3/25/2017
1.0.3.3 5,830 11/16/2016
1.0.3.2 2,055 10/31/2016
1.0.3.1 1,925 10/30/2016
1.0.3 1,791 10/22/2016
1.0.1 2,935 6/27/2016
1.0.0 4,181 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md