Microsoft.EntityFrameworkCore.DynamicLinq 8.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 8.4.4                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.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="8.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 8.4.4                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.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=8.4.4

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.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 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 32,175 8/20/2024
8.4.4 40,450 7/30/2024
8.4.3 73,286 7/1/2024
8.4.2 14,104 6/25/2024
8.4.1 13,183 6/21/2024
8.4.0 37,621 5/31/2024
8.3.14 41,293 5/3/2024
8.3.13 11,435 4/25/2024
8.3.12 9,661 4/18/2024
8.3.10 88,345 3/3/2024
8.3.9 7,377 2/29/2024
8.3.9-preview-02 386 2/3/2024
8.3.9-preview-01 600 1/23/2024
8.3.8 62,092 1/20/2024
8.3.7 86,174 11/20/2023
7.4.5 666 8/20/2024
7.4.4 277 7/30/2024
7.4.3 3,871 7/1/2024
7.4.2 1,417 6/25/2024
7.4.1 290 6/21/2024
7.4.0 2,480 5/31/2024
7.3.14 8,892 5/3/2024
7.3.13 311 4/25/2024
7.3.12 458 4/18/2024
7.3.11 850 4/17/2024
7.3.10 21,244 3/3/2024
7.3.9 2,224 2/29/2024
7.3.9-preview-02 807 2/3/2024
7.3.9-preview-01 422 1/23/2024
7.3.8 11,701 1/20/2024
7.3.7 22,700 11/20/2023
7.3.6 9,424 11/19/2023
7.3.5 134,150 9/21/2023
7.3.4 114,716 8/3/2023
7.3.3 80,423 6/24/2023
7.3.2 368,027 4/1/2023
7.3.1 25,507 3/6/2023
7.3.0 1,382 3/3/2023
7.2.25 70,685 2/5/2023
7.2.24 197,735 12/18/2022
7.2.23 63,306 11/12/2022
6.4.5 703 8/20/2024
6.4.4 726 7/30/2024
6.4.3 923 7/1/2024
6.4.2 215 6/25/2024
6.4.1 732 6/21/2024
6.4.0 1,701 5/31/2024
6.3.14 2,141 5/3/2024
6.3.13 5,297 4/25/2024
6.3.12 188 4/18/2024
6.3.11 137 4/17/2024
6.3.10 7,473 3/3/2024
6.3.9 1,227 2/29/2024
6.3.9-preview-02 518 2/3/2024
6.3.9-preview-01 285 1/23/2024
6.3.8 21,243 1/20/2024
6.3.7 24,517 11/20/2023
6.3.6 1,538 11/19/2023
6.3.5 106,125 9/21/2023
6.3.4 45,097 8/3/2023
6.3.3 31,119 6/24/2023
6.3.2 124,062 4/1/2023
6.3.1 38,121 3/6/2023
6.3.0 14,299 3/3/2023
6.2.25 48,603 2/5/2023
6.2.24 64,410 12/18/2022
6.2.23 68,374 11/12/2022
6.2.22 43,006 11/6/2022
6.2.21 44,313 10/28/2022
6.2.20 374,032 9/3/2022
6.2.20-preview-01 643 9/3/2022
6.2.19 301,135 6/26/2022
6.2.18 631,599 3/7/2022
6.2.17 64,683 2/21/2022
6.2.16 3,995 2/19/2022
6.2.15 157,733 12/17/2021
6.2.14 252,115 11/9/2021
6.2.13-preview.4.21253.1 1,185 10/9/2021
6.2.12-preview.4.21253.1 898 7/31/2021
6.2.11-preview.4.21253.1 218 7/19/2021
6.0.0-preview.4.21253.1 420 5/31/2021
6.0.0-preview.3.21201.2 240 5/9/2021
5.4.5 172 8/20/2024
5.4.4 140 7/30/2024
5.4.3 190 7/1/2024
5.4.2 121 6/25/2024
5.4.1 131 6/21/2024
5.4.0 124 5/31/2024
5.3.14 113 5/3/2024
5.3.13 127 4/25/2024
5.3.12 126 4/18/2024
5.3.11 237 4/17/2024
5.3.10 822 3/3/2024
5.3.9 226 2/29/2024
5.3.9-preview-02 277 2/3/2024
5.3.9-preview-01 290 1/23/2024
5.3.8 360 1/20/2024
5.3.7 1,877 11/20/2023
5.3.6 454 11/19/2023
5.3.5 1,081 9/21/2023
5.3.4 980 8/3/2023
5.3.3 2,099 6/24/2023
5.3.2 32,533 4/1/2023
5.3.1 793 3/6/2023
5.3.0 825 3/3/2023
5.2.25 897 2/5/2023
5.2.24 8,368 12/18/2022
5.2.23 2,683 11/12/2022
5.2.22 5,202 11/6/2022
5.2.21 906 10/28/2022
5.2.20 25,001 9/3/2022
5.2.20-preview-01 654 9/3/2022
5.2.19 25,781 6/26/2022
5.2.18 18,151 3/7/2022
5.2.17 4,562 2/21/2022
5.2.16 2,212 2/19/2022
5.2.15 119,070 12/17/2021
5.2.14 17,120 11/9/2021
5.2.13 159,338 10/9/2021
5.2.12 194,672 7/31/2021
5.2.11 74,684 7/19/2021
5.2.10 331,481 5/31/2021
5.2.9 185,779 3/26/2021
5.2.8 277,643 2/13/2021
5.2.7 76,355 12/26/2020
5.2.7-preview-03 940 12/26/2020
5.2.7-preview-01 927 12/26/2020
3.4.5 181 8/20/2024
3.4.4 71 7/30/2024
3.4.3 198 7/1/2024
3.4.2 113 6/25/2024
3.4.1 130 6/21/2024
3.4.0 144 5/31/2024
3.3.14 124 5/3/2024
3.3.13 119 4/25/2024
3.3.12 142 4/18/2024
3.3.11 127 4/17/2024
3.3.10 305 3/3/2024
3.3.9 219 2/29/2024
3.3.9-preview-02 236 2/3/2024
3.3.9-preview-01 310 1/23/2024
3.3.8 333 1/20/2024
3.3.7 4,723 11/20/2023
3.3.6 456 11/19/2023
3.3.5 2,063 9/21/2023
3.3.4 1,597 8/3/2023
3.3.3 7,688 6/24/2023
3.3.2 2,819 4/1/2023
3.3.1 1,177 3/6/2023
3.3.0 759 3/3/2023
3.2.25 1,424 2/5/2023
3.2.24 17,603 12/18/2022
3.2.23 1,518 11/12/2022
3.2.22 961 11/6/2022
3.2.21 977 10/28/2022
3.2.20 19,791 9/3/2022
3.2.20-preview-01 604 9/3/2022
3.2.19 43,925 6/26/2022
3.2.18 24,541 3/7/2022
3.2.17 1,184 2/21/2022
3.2.16 1,003 2/19/2022
3.2.15 23,400 12/17/2021
3.2.14 16,649 11/9/2021
3.2.13 2,362 10/9/2021
3.2.12 22,328 7/31/2021
3.2.11 2,558 7/19/2021
3.2.10 38,809 5/31/2021
3.2.9 20,170 3/26/2021
3.2.8 18,913 2/13/2021
3.2.7 72,748 12/26/2020
3.2.7-preview-03 920 12/26/2020
3.2.7-preview-02 950 12/26/2020
3.2.7-preview-01 948 12/26/2020
3.2.6 132,226 11/25/2020
3.2.6-preview-01 846 11/25/2020
3.2.5 191,543 10/24/2020
3.2.4 6,237 10/19/2020
3.2.3 11,725 10/11/2020
3.2.2 80,224 8/19/2020
3.2.1 9,857 8/8/2020
3.2.0 25,176 7/27/2020
2.4.5 100 8/20/2024
2.4.4 71 7/30/2024
2.4.3 107 7/1/2024
2.4.2 115 6/25/2024
2.4.1 118 6/21/2024
2.4.0 95 5/31/2024
2.3.14 93 5/3/2024
2.3.13 128 4/25/2024
2.3.12 114 4/18/2024
2.3.11 117 4/17/2024
2.3.10 214 3/3/2024
2.3.9 225 2/29/2024
2.3.9-preview-02 259 2/3/2024
2.3.9-preview-01 263 1/23/2024
2.3.8 307 1/20/2024
2.3.7 446 11/20/2023
2.3.6 438 11/19/2023
2.3.5 512 9/21/2023
2.3.4 652 8/3/2023
2.3.3 635 6/24/2023
2.3.2 752 4/1/2023
2.3.1 711 3/6/2023
2.3.0 736 3/3/2023
2.2.25 786 2/5/2023
2.2.24 781 12/18/2022
2.2.23 794 11/12/2022
2.2.22 859 11/6/2022
2.2.21 865 10/28/2022
2.2.20 913 9/3/2022
2.2.20-preview-01 586 9/3/2022
2.2.19 950 6/26/2022
2.2.18 1,144 3/7/2022
2.2.17 943 2/21/2022
2.2.16 981 2/19/2022
2.2.15 911 12/17/2021
2.2.14 881 11/9/2021
2.2.13 919 10/9/2021
2.2.12 1,200 7/31/2021
2.2.11 1,728 7/19/2021
2.2.10 1,498 5/31/2021
2.2.9 7,093 3/26/2021
2.2.8 1,815 2/13/2021
2.2.7 1,193 12/26/2020
2.2.7-preview-03 917 12/26/2020
2.2.7-preview-02 898 12/26/2020
2.2.7-preview-01 930 12/26/2020
2.2.6 12,398 11/25/2020
2.2.6-preview-01 770 11/25/2020
2.2.5 3,987 10/24/2020
2.2.4 2,738 10/19/2020
2.2.3 1,125 10/11/2020
2.2.2 21,836 8/19/2020
2.2.1 7,992 8/8/2020
2.2.0 64,045 7/27/2020
1.1.8 18,579 7/12/2020
1.1.7 5,138 7/6/2020
1.1.6 2,710 7/5/2020
1.1.5 42,101 6/15/2020
1.1.4 1,174 6/15/2020
1.1.3 1,179 6/15/2020
1.1.2 20,990 5/31/2020
1.1.1 27,254 5/14/2020
1.1.0 23,391 4/25/2020
1.0.24 12,926 4/16/2020
1.0.23 214,877 3/26/2020
1.0.22 6,157 3/18/2020
1.0.21 34,042 2/29/2020
1.0.20 133,225 1/11/2020
1.0.19 110,512 8/29/2019
1.0.18 82,853 7/2/2019
1.0.17 41,132 6/14/2019
1.0.16 3,456 6/6/2019
1.0.15 4,608 5/20/2019
1.0.14 4,908 5/14/2019
1.0.13 14,472 5/3/2019
1.0.12 69,730 3/26/2019
1.0.11 13,984 2/28/2019
1.0.10 31,509 2/5/2019
1.0.9.2 563,127 1/10/2019
1.0.9.1 1,593 1/7/2019
1.0.9 35,621 10/19/2018
1.0.8.18 82,021 9/4/2018
1.0.8.17 11,640 8/27/2018
1.0.8.16 18,427 8/19/2018
1.0.8.15 1,680 8/17/2018
1.0.8.13 6,140 8/2/2018
1.0.8.12 4,961 7/27/2018
1.0.8.11 35,664 6/6/2018
1.0.8.10 2,269 6/5/2018
1.0.8.9 6,853 5/26/2018
1.0.8.8 1,836 5/21/2018
1.0.8.7 3,117 5/9/2018
1.0.8.6 2,482 4/28/2018
1.0.8.5 2,088 4/27/2018
1.0.8.4 1,868 4/25/2018
1.0.8.3 3,582 3/30/2018
1.0.8.2 56,397 1/9/2018
1.0.8.1 5,304 1/5/2018
1.0.8 20,681 12/16/2017
1.0.4.8 15,440 11/1/2017
1.0.4.7 4,388 9/12/2017
1.0.4.6 6,151 7/8/2017
1.0.4.5 1,882 6/28/2017
1.0.4.4 1,720 6/27/2017
1.0.4.3 2,049 6/1/2017
1.0.4.2 1,693 6/1/2017
1.0.4.1 1,715 5/31/2017
1.0.4 2,363 5/17/2017
1.0.3.6 3,166 4/8/2017
1.0.3.5 2,097 3/30/2017
1.0.3.4 2,020 3/25/2017
1.0.3.3 5,828 11/16/2016
1.0.3.2 2,053 10/31/2016
1.0.3.1 1,921 10/30/2016
1.0.3 1,790 10/22/2016
1.0.1 2,895 6/27/2016
1.0.0 3,357 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md