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 18,190 8/20/2024
8.4.4 31,192 7/30/2024
8.4.3 62,755 7/1/2024
8.4.2 12,945 6/25/2024
8.4.1 11,284 6/21/2024
8.4.0 34,973 5/31/2024
8.3.14 38,620 5/3/2024
8.3.13 11,183 4/25/2024
8.3.12 9,061 4/18/2024
8.3.10 83,192 3/3/2024
8.3.9 7,166 2/29/2024
8.3.9-preview-02 362 2/3/2024
8.3.9-preview-01 596 1/23/2024
8.3.8 60,875 1/20/2024
8.3.7 84,228 11/20/2023
7.4.5 355 8/20/2024
7.4.4 259 7/30/2024
7.4.3 3,007 7/1/2024
7.4.2 988 6/25/2024
7.4.1 272 6/21/2024
7.4.0 1,999 5/31/2024
7.3.14 7,399 5/3/2024
7.3.13 299 4/25/2024
7.3.12 444 4/18/2024
7.3.11 823 4/17/2024
7.3.10 18,141 3/3/2024
7.3.9 2,064 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,427 1/20/2024
7.3.7 22,043 11/20/2023
7.3.6 7,655 11/19/2023
7.3.5 128,597 9/21/2023
7.3.4 111,319 8/3/2023
7.3.3 76,824 6/24/2023
7.3.2 365,899 4/1/2023
7.3.1 24,129 3/6/2023
7.3.0 1,369 3/3/2023
7.2.25 66,844 2/5/2023
7.2.24 195,467 12/18/2022
7.2.23 61,810 11/12/2022
6.4.5 519 8/20/2024
6.4.4 639 7/30/2024
6.4.3 860 7/1/2024
6.4.2 197 6/25/2024
6.4.1 676 6/21/2024
6.4.0 1,673 5/31/2024
6.3.14 2,039 5/3/2024
6.3.13 5,241 4/25/2024
6.3.12 185 4/18/2024
6.3.11 136 4/17/2024
6.3.10 7,097 3/3/2024
6.3.9 1,185 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,204 1/20/2024
6.3.7 23,891 11/20/2023
6.3.6 1,513 11/19/2023
6.3.5 101,657 9/21/2023
6.3.4 44,943 8/3/2023
6.3.3 30,784 6/24/2023
6.3.2 120,646 4/1/2023
6.3.1 38,017 3/6/2023
6.3.0 13,375 3/3/2023
6.2.25 47,996 2/5/2023
6.2.24 63,617 12/18/2022
6.2.23 67,184 11/12/2022
6.2.22 42,425 11/6/2022
6.2.21 43,284 10/28/2022
6.2.20 372,520 9/3/2022
6.2.20-preview-01 626 9/3/2022
6.2.19 297,044 6/26/2022
6.2.18 627,081 3/7/2022
6.2.17 64,620 2/21/2022
6.2.16 3,983 2/19/2022
6.2.15 156,603 12/17/2021
6.2.14 249,396 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 137 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 787 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,827 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,062 6/24/2023
5.3.2 31,855 4/1/2023
5.3.1 783 3/6/2023
5.3.0 807 3/3/2023
5.2.25 882 2/5/2023
5.2.24 8,262 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,794 9/3/2022
5.2.20-preview-01 639 9/3/2022
5.2.19 25,444 6/26/2022
5.2.18 18,093 3/7/2022
5.2.17 4,560 2/21/2022
5.2.16 2,196 2/19/2022
5.2.15 118,296 12/17/2021
5.2.14 16,956 11/9/2021
5.2.13 158,692 10/9/2021
5.2.12 191,971 7/31/2021
5.2.11 73,166 7/19/2021
5.2.10 327,644 5/31/2021
5.2.9 184,068 3/26/2021
5.2.8 274,237 2/13/2021
5.2.7 75,552 12/26/2020
5.2.7-preview-03 922 12/26/2020
5.2.7-preview-01 917 12/26/2020
3.4.5 129 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 124 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,541 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,613 6/24/2023
3.3.2 2,802 4/1/2023
3.3.1 1,140 3/6/2023
3.3.0 737 3/3/2023
3.2.25 1,386 2/5/2023
3.2.24 17,492 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,575 9/3/2022
3.2.20-preview-01 583 9/3/2022
3.2.19 43,184 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,383 12/17/2021
3.2.14 16,625 11/9/2021
3.2.13 2,350 10/9/2021
3.2.12 22,301 7/31/2021
3.2.11 2,538 7/19/2021
3.2.10 38,537 5/31/2021
3.2.9 20,000 3/26/2021
3.2.8 18,837 2/13/2021
3.2.7 72,608 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,592 11/25/2020
3.2.6-preview-01 833 11/25/2020
3.2.5 188,537 10/24/2020
3.2.4 6,217 10/19/2020
3.2.3 11,704 10/11/2020
3.2.2 79,041 8/19/2020
3.2.1 9,808 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 733 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,744 8/19/2020
2.2.1 7,975 8/8/2020
2.2.0 63,435 7/27/2020
1.1.8 18,448 7/12/2020
1.1.7 5,049 7/6/2020
1.1.6 2,709 7/5/2020
1.1.5 42,036 6/15/2020
1.1.4 1,163 6/15/2020
1.1.3 1,168 6/15/2020
1.1.2 20,382 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,591 2/29/2020
1.0.20 130,576 1/11/2020
1.0.19 109,773 8/29/2019
1.0.18 81,605 7/2/2019
1.0.17 40,994 6/14/2019
1.0.16 3,441 6/6/2019
1.0.15 4,590 5/20/2019
1.0.14 4,884 5/14/2019
1.0.13 14,346 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,360 1/10/2019
1.0.9.1 1,582 1/7/2019
1.0.9 35,394 10/19/2018
1.0.8.18 81,787 9/4/2018
1.0.8.17 11,517 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,371 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,033 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,147 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md