Microsoft.EntityFrameworkCore.DynamicLinq 8.4.8

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 8.4.8                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.4.8                
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.8" />                
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.8                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.4.8"                
#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.8

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

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 (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 7,457 10/31/2024
8.4.7 5,179 10/26/2024
8.4.6 18,971 10/13/2024
8.4.5 78,259 8/20/2024
8.4.4 67,389 7/30/2024
8.4.3 107,542 7/1/2024
8.4.2 17,243 6/25/2024
8.4.1 19,268 6/21/2024
8.4.0 43,568 5/31/2024
8.3.14 49,281 5/3/2024
8.3.13 13,145 4/25/2024
8.3.12 11,527 4/18/2024
8.3.10 105,548 3/3/2024
8.3.9 8,392 2/29/2024
8.3.9-preview-02 390 2/3/2024
8.3.9-preview-01 625 1/23/2024
8.3.8 68,238 1/20/2024
8.3.7 92,491 11/20/2023
7.4.8 146 10/31/2024
7.4.7 86 10/26/2024
7.4.6 463 10/13/2024
7.4.5 1,877 8/20/2024
7.4.4 316 7/30/2024
7.4.3 5,499 7/1/2024
7.4.2 1,496 6/25/2024
7.4.1 297 6/21/2024
7.4.0 3,435 5/31/2024
7.3.14 9,529 5/3/2024
7.3.13 417 4/25/2024
7.3.12 469 4/18/2024
7.3.11 856 4/17/2024
7.3.10 22,101 3/3/2024
7.3.9 2,451 2/29/2024
7.3.9-preview-02 812 2/3/2024
7.3.9-preview-01 426 1/23/2024
7.3.8 13,365 1/20/2024
7.3.7 23,649 11/20/2023
7.3.6 9,877 11/19/2023
7.3.5 151,607 9/21/2023
7.3.4 117,762 8/3/2023
7.3.3 83,339 6/24/2023
7.3.2 376,380 4/1/2023
7.3.1 26,115 3/6/2023
7.3.0 1,398 3/3/2023
7.2.25 73,485 2/5/2023
7.2.24 201,822 12/18/2022
7.2.23 65,727 11/12/2022
6.4.8 127 10/31/2024
6.4.7 152 10/26/2024
6.4.6 544 10/13/2024
6.4.5 1,424 8/20/2024
6.4.4 832 7/30/2024
6.4.3 1,049 7/1/2024
6.4.2 222 6/25/2024
6.4.1 1,183 6/21/2024
6.4.0 1,726 5/31/2024
6.3.14 2,312 5/3/2024
6.3.13 5,412 4/25/2024
6.3.12 208 4/18/2024
6.3.11 153 4/17/2024
6.3.10 7,946 3/3/2024
6.3.9 1,456 2/29/2024
6.3.9-preview-02 523 2/3/2024
6.3.9-preview-01 289 1/23/2024
6.3.8 25,171 1/20/2024
6.3.7 28,431 11/20/2023
6.3.6 1,547 11/19/2023
6.3.5 127,198 9/21/2023
6.3.4 45,926 8/3/2023
6.3.3 32,849 6/24/2023
6.3.2 128,090 4/1/2023
6.3.1 38,537 3/6/2023
6.3.0 15,931 3/3/2023
6.2.25 49,532 2/5/2023
6.2.24 65,953 12/18/2022
6.2.23 71,026 11/12/2022
6.2.22 44,283 11/6/2022
6.2.21 44,897 10/28/2022
6.2.20 377,189 9/3/2022
6.2.20-preview-01 644 9/3/2022
6.2.19 307,590 6/26/2022
6.2.18 639,281 3/7/2022
6.2.17 64,901 2/21/2022
6.2.16 4,009 2/19/2022
6.2.15 162,062 12/17/2021
6.2.14 254,488 11/9/2021
6.2.13-preview.4.21253.1 1,189 10/9/2021
6.2.12-preview.4.21253.1 903 7/31/2021
6.2.11-preview.4.21253.1 222 7/19/2021
6.0.0-preview.4.21253.1 429 5/31/2021
6.0.0-preview.3.21201.2 244 5/9/2021
5.4.8 84 10/31/2024
5.4.7 85 10/26/2024
5.4.6 115 10/13/2024
5.4.5 245 8/20/2024
5.4.4 169 7/30/2024
5.4.3 226 7/1/2024
5.4.2 126 6/25/2024
5.4.1 136 6/21/2024
5.4.0 130 5/31/2024
5.3.14 121 5/3/2024
5.3.13 136 4/25/2024
5.3.12 133 4/18/2024
5.3.11 301 4/17/2024
5.3.10 831 3/3/2024
5.3.9 232 2/29/2024
5.3.9-preview-02 281 2/3/2024
5.3.9-preview-01 301 1/23/2024
5.3.8 372 1/20/2024
5.3.7 2,026 11/20/2023
5.3.6 459 11/19/2023
5.3.5 1,085 9/21/2023
5.3.4 983 8/3/2023
5.3.3 2,215 6/24/2023
5.3.2 32,765 4/1/2023
5.3.1 797 3/6/2023
5.3.0 831 3/3/2023
5.2.25 904 2/5/2023
5.2.24 8,705 12/18/2022
5.2.23 2,824 11/12/2022
5.2.22 5,205 11/6/2022
5.2.21 909 10/28/2022
5.2.20 25,919 9/3/2022
5.2.20-preview-01 657 9/3/2022
5.2.19 26,648 6/26/2022
5.2.18 18,511 3/7/2022
5.2.17 4,615 2/21/2022
5.2.16 2,214 2/19/2022
5.2.15 121,731 12/17/2021
5.2.14 17,290 11/9/2021
5.2.13 160,749 10/9/2021
5.2.12 195,257 7/31/2021
5.2.11 74,831 7/19/2021
5.2.10 332,504 5/31/2021
5.2.9 186,707 3/26/2021
5.2.8 277,793 2/13/2021
5.2.7 77,683 12/26/2020
5.2.7-preview-03 942 12/26/2020
5.2.7-preview-01 930 12/26/2020
3.4.8 82 10/31/2024
3.4.7 88 10/26/2024
3.4.6 111 10/13/2024
3.4.5 614 8/20/2024
3.4.4 96 7/30/2024
3.4.3 272 7/1/2024
3.4.2 121 6/25/2024
3.4.1 141 6/21/2024
3.4.0 150 5/31/2024
3.3.14 134 5/3/2024
3.3.13 123 4/25/2024
3.3.12 146 4/18/2024
3.3.11 131 4/17/2024
3.3.10 329 3/3/2024
3.3.9 224 2/29/2024
3.3.9-preview-02 258 2/3/2024
3.3.9-preview-01 314 1/23/2024
3.3.8 358 1/20/2024
3.3.7 5,892 11/20/2023
3.3.6 461 11/19/2023
3.3.5 2,306 9/21/2023
3.3.4 1,614 8/3/2023
3.3.3 7,857 6/24/2023
3.3.2 2,821 4/1/2023
3.3.1 1,179 3/6/2023
3.3.0 769 3/3/2023
3.2.25 1,429 2/5/2023
3.2.24 17,785 12/18/2022
3.2.23 1,522 11/12/2022
3.2.22 963 11/6/2022
3.2.21 984 10/28/2022
3.2.20 20,322 9/3/2022
3.2.20-preview-01 607 9/3/2022
3.2.19 46,231 6/26/2022
3.2.18 24,574 3/7/2022
3.2.17 1,194 2/21/2022
3.2.16 1,025 2/19/2022
3.2.15 23,418 12/17/2021
3.2.14 16,840 11/9/2021
3.2.13 2,401 10/9/2021
3.2.12 22,350 7/31/2021
3.2.11 2,633 7/19/2021
3.2.10 39,364 5/31/2021
3.2.9 20,702 3/26/2021
3.2.8 19,172 2/13/2021
3.2.7 73,073 12/26/2020
3.2.7-preview-03 938 12/26/2020
3.2.7-preview-02 953 12/26/2020
3.2.7-preview-01 950 12/26/2020
3.2.6 132,624 11/25/2020
3.2.6-preview-01 849 11/25/2020
3.2.5 192,124 10/24/2020
3.2.4 6,276 10/19/2020
3.2.3 11,784 10/11/2020
3.2.2 80,662 8/19/2020
3.2.1 10,055 8/8/2020
3.2.0 25,487 7/27/2020
2.4.8 87 10/31/2024
2.4.7 88 10/26/2024
2.4.6 107 10/13/2024
2.4.5 137 8/20/2024
2.4.4 93 7/30/2024
2.4.3 129 7/1/2024
2.4.2 120 6/25/2024
2.4.1 121 6/21/2024
2.4.0 114 5/31/2024
2.3.14 120 5/3/2024
2.3.13 157 4/25/2024
2.3.12 131 4/18/2024
2.3.11 121 4/17/2024
2.3.10 219 3/3/2024
2.3.9 232 2/29/2024
2.3.9-preview-02 281 2/3/2024
2.3.9-preview-01 288 1/23/2024
2.3.8 312 1/20/2024
2.3.7 475 11/20/2023
2.3.6 442 11/19/2023
2.3.5 517 9/21/2023
2.3.4 657 8/3/2023
2.3.3 637 6/24/2023
2.3.2 753 4/1/2023
2.3.1 713 3/6/2023
2.3.0 754 3/3/2023
2.2.25 788 2/5/2023
2.2.24 787 12/18/2022
2.2.23 813 11/12/2022
2.2.22 861 11/6/2022
2.2.21 867 10/28/2022
2.2.20 919 9/3/2022
2.2.20-preview-01 588 9/3/2022
2.2.19 953 6/26/2022
2.2.18 1,145 3/7/2022
2.2.17 965 2/21/2022
2.2.16 998 2/19/2022
2.2.15 912 12/17/2021
2.2.14 884 11/9/2021
2.2.13 937 10/9/2021
2.2.12 1,216 7/31/2021
2.2.11 1,733 7/19/2021
2.2.10 1,501 5/31/2021
2.2.9 7,221 3/26/2021
2.2.8 1,819 2/13/2021
2.2.7 1,197 12/26/2020
2.2.7-preview-03 937 12/26/2020
2.2.7-preview-02 916 12/26/2020
2.2.7-preview-01 947 12/26/2020
2.2.6 12,449 11/25/2020
2.2.6-preview-01 777 11/25/2020
2.2.5 4,000 10/24/2020
2.2.4 2,758 10/19/2020
2.2.3 1,131 10/11/2020
2.2.2 22,371 8/19/2020
2.2.1 8,053 8/8/2020
2.2.0 64,364 7/27/2020
1.1.8 18,920 7/12/2020
1.1.7 5,203 7/6/2020
1.1.6 2,732 7/5/2020
1.1.5 42,160 6/15/2020
1.1.4 1,176 6/15/2020
1.1.3 1,182 6/15/2020
1.1.2 21,277 5/31/2020
1.1.1 27,342 5/14/2020
1.1.0 23,467 4/25/2020
1.0.24 12,931 4/16/2020
1.0.23 214,948 3/26/2020
1.0.22 6,164 3/18/2020
1.0.21 34,425 2/29/2020
1.0.20 133,993 1/11/2020
1.0.19 111,750 8/29/2019
1.0.18 83,023 7/2/2019
1.0.17 41,361 6/14/2019
1.0.16 3,513 6/6/2019
1.0.15 4,627 5/20/2019
1.0.14 4,976 5/14/2019
1.0.13 14,544 5/3/2019
1.0.12 69,813 3/26/2019
1.0.11 14,009 2/28/2019
1.0.10 31,721 2/5/2019
1.0.9.2 575,265 1/10/2019
1.0.9.1 1,600 1/7/2019
1.0.9 35,812 10/19/2018
1.0.8.18 82,118 9/4/2018
1.0.8.17 11,655 8/27/2018
1.0.8.16 18,575 8/19/2018
1.0.8.15 1,688 8/17/2018
1.0.8.13 6,169 8/2/2018
1.0.8.12 4,987 7/27/2018
1.0.8.11 35,839 6/6/2018
1.0.8.10 2,295 6/5/2018
1.0.8.9 6,882 5/26/2018
1.0.8.8 1,853 5/21/2018
1.0.8.7 3,132 5/9/2018
1.0.8.6 2,510 4/28/2018
1.0.8.5 2,097 4/27/2018
1.0.8.4 1,878 4/25/2018
1.0.8.3 3,607 3/30/2018
1.0.8.2 56,559 1/9/2018
1.0.8.1 5,326 1/5/2018
1.0.8 20,762 12/16/2017
1.0.4.8 15,516 11/1/2017
1.0.4.7 4,403 9/12/2017
1.0.4.6 6,162 7/8/2017
1.0.4.5 1,911 6/28/2017
1.0.4.4 1,742 6/27/2017
1.0.4.3 2,055 6/1/2017
1.0.4.2 1,702 6/1/2017
1.0.4.1 1,722 5/31/2017
1.0.4 2,370 5/17/2017
1.0.3.6 3,181 4/8/2017
1.0.3.5 2,122 3/30/2017
1.0.3.4 2,046 3/25/2017
1.0.3.3 5,836 11/16/2016
1.0.3.2 2,061 10/31/2016
1.0.3.1 1,929 10/30/2016
1.0.3 1,799 10/22/2016
1.0.1 2,942 6/27/2016
1.0.0 4,408 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md