Microsoft.EntityFrameworkCore.DynamicLinq 8.4.5

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

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

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 net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (75)

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.5 19,476 8/20/2024
8.4.4 32,155 7/30/2024
8.4.3 63,916 7/1/2024
8.4.2 13,108 6/25/2024
8.4.1 11,596 6/21/2024
8.4.0 35,290 5/31/2024
8.3.14 38,927 5/3/2024
8.3.13 11,206 4/25/2024
8.3.12 9,099 4/18/2024
8.3.10 83,766 3/3/2024
8.3.9 7,190 2/29/2024
8.3.9-preview-02 362 2/3/2024
8.3.9-preview-01 596 1/23/2024
8.3.8 61,002 1/20/2024
8.3.7 84,384 11/20/2023
7.4.5 365 8/20/2024
7.4.4 259 7/30/2024
7.4.3 3,087 7/1/2024
7.4.2 988 6/25/2024
7.4.1 272 6/21/2024
7.4.0 2,003 5/31/2024
7.3.14 7,469 5/3/2024
7.3.13 299 4/25/2024
7.3.12 444 4/18/2024
7.3.11 839 4/17/2024
7.3.10 18,226 3/3/2024
7.3.9 2,077 2/29/2024
7.3.9-preview-02 797 2/3/2024
7.3.9-preview-01 408 1/23/2024
7.3.8 10,471 1/20/2024
7.3.7 22,084 11/20/2023
7.3.6 7,683 11/19/2023
7.3.5 129,194 9/21/2023
7.3.4 111,419 8/3/2023
7.3.3 76,873 6/24/2023
7.3.2 366,057 4/1/2023
7.3.1 24,142 3/6/2023
7.3.0 1,371 3/3/2023
7.2.25 66,891 2/5/2023
7.2.24 195,631 12/18/2022
7.2.23 61,862 11/12/2022
6.4.5 528 8/20/2024
6.4.4 654 7/30/2024
6.4.3 864 7/1/2024
6.4.2 197 6/25/2024
6.4.1 678 6/21/2024
6.4.0 1,673 5/31/2024
6.3.14 2,049 5/3/2024
6.3.13 5,261 4/25/2024
6.3.12 185 4/18/2024
6.3.11 136 4/17/2024
6.3.10 7,122 3/3/2024
6.3.9 1,196 2/29/2024
6.3.9-preview-02 508 2/3/2024
6.3.9-preview-01 271 1/23/2024
6.3.8 20,311 1/20/2024
6.3.7 23,942 11/20/2023
6.3.6 1,513 11/19/2023
6.3.5 102,186 9/21/2023
6.3.4 44,983 8/3/2023
6.3.3 30,824 6/24/2023
6.3.2 120,752 4/1/2023
6.3.1 38,021 3/6/2023
6.3.0 13,456 3/3/2023
6.2.25 48,038 2/5/2023
6.2.24 63,669 12/18/2022
6.2.23 67,284 11/12/2022
6.2.22 42,437 11/6/2022
6.2.21 43,294 10/28/2022
6.2.20 372,607 9/3/2022
6.2.20-preview-01 626 9/3/2022
6.2.19 297,291 6/26/2022
6.2.18 627,316 3/7/2022
6.2.17 64,621 2/21/2022
6.2.16 3,983 2/19/2022
6.2.15 156,676 12/17/2021
6.2.14 249,488 11/9/2021
6.2.13-preview.4.21253.1 1,184 10/9/2021
6.2.12-preview.4.21253.1 897 7/31/2021
6.2.11-preview.4.21253.1 217 7/19/2021
6.0.0-preview.4.21253.1 419 5/31/2021
6.0.0-preview.3.21201.2 239 5/9/2021
5.4.5 141 8/20/2024
5.4.4 116 7/30/2024
5.4.3 180 7/1/2024
5.4.2 107 6/25/2024
5.4.1 113 6/21/2024
5.4.0 112 5/31/2024
5.3.14 103 5/3/2024
5.3.13 110 4/25/2024
5.3.12 112 4/18/2024
5.3.11 202 4/17/2024
5.3.10 791 3/3/2024
5.3.9 213 2/29/2024
5.3.9-preview-02 257 2/3/2024
5.3.9-preview-01 280 1/23/2024
5.3.8 350 1/20/2024
5.3.7 1,831 11/20/2023
5.3.6 438 11/19/2023
5.3.5 1,069 9/21/2023
5.3.4 962 8/3/2023
5.3.3 2,064 6/24/2023
5.3.2 31,855 4/1/2023
5.3.1 783 3/6/2023
5.3.0 809 3/3/2023
5.2.25 882 2/5/2023
5.2.24 8,281 12/18/2022
5.2.23 2,594 11/12/2022
5.2.22 5,189 11/6/2022
5.2.21 890 10/28/2022
5.2.20 24,827 9/3/2022
5.2.20-preview-01 639 9/3/2022
5.2.19 25,508 6/26/2022
5.2.18 18,102 3/7/2022
5.2.17 4,560 2/21/2022
5.2.16 2,196 2/19/2022
5.2.15 118,397 12/17/2021
5.2.14 16,959 11/9/2021
5.2.13 158,848 10/9/2021
5.2.12 191,986 7/31/2021
5.2.11 73,171 7/19/2021
5.2.10 327,664 5/31/2021
5.2.9 184,117 3/26/2021
5.2.8 274,247 2/13/2021
5.2.7 75,607 12/26/2020
5.2.7-preview-03 922 12/26/2020
5.2.7-preview-01 917 12/26/2020
3.4.5 131 8/20/2024
3.4.4 70 7/30/2024
3.4.3 171 7/1/2024
3.4.2 100 6/25/2024
3.4.1 115 6/21/2024
3.4.0 92 5/31/2024
3.3.14 105 5/3/2024
3.3.13 109 4/25/2024
3.3.12 127 4/18/2024
3.3.11 117 4/17/2024
3.3.10 285 3/3/2024
3.3.9 201 2/29/2024
3.3.9-preview-02 235 2/3/2024
3.3.9-preview-01 298 1/23/2024
3.3.8 333 1/20/2024
3.3.7 4,551 11/20/2023
3.3.6 442 11/19/2023
3.3.5 2,010 9/21/2023
3.3.4 1,582 8/3/2023
3.3.3 7,637 6/24/2023
3.3.2 2,802 4/1/2023
3.3.1 1,140 3/6/2023
3.3.0 739 3/3/2023
3.2.25 1,386 2/5/2023
3.2.24 17,494 12/18/2022
3.2.23 1,488 11/12/2022
3.2.22 948 11/6/2022
3.2.21 963 10/28/2022
3.2.20 19,602 9/3/2022
3.2.20-preview-01 583 9/3/2022
3.2.19 43,237 6/26/2022
3.2.18 24,177 3/7/2022
3.2.17 1,169 2/21/2022
3.2.16 1,002 2/19/2022
3.2.15 23,384 12/17/2021
3.2.14 16,628 11/9/2021
3.2.13 2,350 10/9/2021
3.2.12 22,301 7/31/2021
3.2.11 2,539 7/19/2021
3.2.10 38,537 5/31/2021
3.2.9 20,016 3/26/2021
3.2.8 18,843 2/13/2021
3.2.7 72,633 12/26/2020
3.2.7-preview-03 919 12/26/2020
3.2.7-preview-02 937 12/26/2020
3.2.7-preview-01 930 12/26/2020
3.2.6 131,599 11/25/2020
3.2.6-preview-01 833 11/25/2020
3.2.5 188,555 10/24/2020
3.2.4 6,217 10/19/2020
3.2.3 11,706 10/11/2020
3.2.2 79,043 8/19/2020
3.2.1 9,814 8/8/2020
3.2.0 25,152 7/27/2020
2.4.5 98 8/20/2024
2.4.4 70 7/30/2024
2.4.3 106 7/1/2024
2.4.2 99 6/25/2024
2.4.1 102 6/21/2024
2.4.0 94 5/31/2024
2.3.14 93 5/3/2024
2.3.13 117 4/25/2024
2.3.12 113 4/18/2024
2.3.11 107 4/17/2024
2.3.10 204 3/3/2024
2.3.9 216 2/29/2024
2.3.9-preview-02 259 2/3/2024
2.3.9-preview-01 262 1/23/2024
2.3.8 297 1/20/2024
2.3.7 446 11/20/2023
2.3.6 428 11/19/2023
2.3.5 499 9/21/2023
2.3.4 634 8/3/2023
2.3.3 625 6/24/2023
2.3.2 742 4/1/2023
2.3.1 698 3/6/2023
2.3.0 735 3/3/2023
2.2.25 776 2/5/2023
2.2.24 769 12/18/2022
2.2.23 793 11/12/2022
2.2.22 844 11/6/2022
2.2.21 852 10/28/2022
2.2.20 899 9/3/2022
2.2.20-preview-01 572 9/3/2022
2.2.19 931 6/26/2022
2.2.18 1,128 3/7/2022
2.2.17 942 2/21/2022
2.2.16 980 2/19/2022
2.2.15 900 12/17/2021
2.2.14 870 11/9/2021
2.2.13 918 10/9/2021
2.2.12 1,199 7/31/2021
2.2.11 1,717 7/19/2021
2.2.10 1,488 5/31/2021
2.2.9 7,084 3/26/2021
2.2.8 1,804 2/13/2021
2.2.7 1,178 12/26/2020
2.2.7-preview-03 916 12/26/2020
2.2.7-preview-02 897 12/26/2020
2.2.7-preview-01 929 12/26/2020
2.2.6 12,371 11/25/2020
2.2.6-preview-01 756 11/25/2020
2.2.5 3,812 10/24/2020
2.2.4 2,737 10/19/2020
2.2.3 1,115 10/11/2020
2.2.2 21,761 8/19/2020
2.2.1 7,975 8/8/2020
2.2.0 63,435 7/27/2020
1.1.8 18,458 7/12/2020
1.1.7 5,051 7/6/2020
1.1.6 2,709 7/5/2020
1.1.5 42,044 6/15/2020
1.1.4 1,163 6/15/2020
1.1.3 1,168 6/15/2020
1.1.2 20,387 5/31/2020
1.1.1 27,238 5/14/2020
1.1.0 23,130 4/25/2020
1.0.24 12,389 4/16/2020
1.0.23 210,489 3/26/2020
1.0.22 6,141 3/18/2020
1.0.21 32,601 2/29/2020
1.0.20 130,589 1/11/2020
1.0.19 109,794 8/29/2019
1.0.18 81,605 7/2/2019
1.0.17 40,995 6/14/2019
1.0.16 3,441 6/6/2019
1.0.15 4,592 5/20/2019
1.0.14 4,886 5/14/2019
1.0.13 14,348 5/3/2019
1.0.12 69,200 3/26/2019
1.0.11 13,959 2/28/2019
1.0.10 31,163 2/5/2019
1.0.9.2 551,370 1/10/2019
1.0.9.1 1,582 1/7/2019
1.0.9 35,395 10/19/2018
1.0.8.18 81,787 9/4/2018
1.0.8.17 11,519 8/27/2018
1.0.8.16 18,313 8/19/2018
1.0.8.15 1,661 8/17/2018
1.0.8.13 6,140 8/2/2018
1.0.8.12 4,948 7/27/2018
1.0.8.11 35,375 6/6/2018
1.0.8.10 2,268 6/5/2018
1.0.8.9 6,794 5/26/2018
1.0.8.8 1,822 5/21/2018
1.0.8.7 3,097 5/9/2018
1.0.8.6 2,481 4/28/2018
1.0.8.5 2,073 4/27/2018
1.0.8.4 1,856 4/25/2018
1.0.8.3 3,581 3/30/2018
1.0.8.2 56,111 1/9/2018
1.0.8.1 5,261 1/5/2018
1.0.8 20,384 12/16/2017
1.0.4.8 15,217 11/1/2017
1.0.4.7 4,374 9/12/2017
1.0.4.6 6,123 7/8/2017
1.0.4.5 1,881 6/28/2017
1.0.4.4 1,719 6/27/2017
1.0.4.3 2,034 6/1/2017
1.0.4.2 1,676 6/1/2017
1.0.4.1 1,704 5/31/2017
1.0.4 2,346 5/17/2017
1.0.3.6 3,155 4/8/2017
1.0.3.5 2,088 3/30/2017
1.0.3.4 2,009 3/25/2017
1.0.3.3 5,814 11/16/2016
1.0.3.2 2,042 10/31/2016
1.0.3.1 1,905 10/30/2016
1.0.3 1,775 10/22/2016
1.0.1 2,892 6/27/2016
1.0.0 3,154 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md