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

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.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 net6.0 is compatible.  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 is compatible.  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. 
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,536 8/20/2024
8.4.4 31,484 7/30/2024
8.4.3 63,054 7/1/2024
8.4.2 12,984 6/25/2024
8.4.1 11,463 6/21/2024
8.4.0 35,060 5/31/2024
8.3.14 38,708 5/3/2024
8.3.13 11,191 4/25/2024
8.3.12 9,074 4/18/2024
8.3.10 83,465 3/3/2024
8.3.9 7,178 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,919 1/20/2024
8.3.7 84,288 11/20/2023
7.4.5 356 8/20/2024
7.4.4 259 7/30/2024
7.4.3 3,019 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,433 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,172 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,462 1/20/2024
7.3.7 22,059 11/20/2023
7.3.6 7,663 11/19/2023
7.3.5 128,917 9/21/2023
7.3.4 111,332 8/3/2023
7.3.3 76,843 6/24/2023
7.3.2 365,935 4/1/2023
7.3.1 24,137 3/6/2023
7.3.0 1,369 3/3/2023
7.2.25 66,854 2/5/2023
7.2.24 195,504 12/18/2022
7.2.23 61,846 11/12/2022
6.4.5 522 8/20/2024
6.4.4 640 7/30/2024
6.4.3 861 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,042 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,104 3/3/2024
6.3.9 1,190 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,256 1/20/2024
6.3.7 23,914 11/20/2023
6.3.6 1,513 11/19/2023
6.3.5 101,799 9/21/2023
6.3.4 44,955 8/3/2023
6.3.3 30,790 6/24/2023
6.3.2 120,670 4/1/2023
6.3.1 38,021 3/6/2023
6.3.0 13,424 3/3/2023
6.2.25 48,024 2/5/2023
6.2.24 63,637 12/18/2022
6.2.23 67,239 11/12/2022
6.2.22 42,432 11/6/2022
6.2.21 43,288 10/28/2022
6.2.20 372,564 9/3/2022
6.2.20-preview-01 626 9/3/2022
6.2.19 297,155 6/26/2022
6.2.18 627,198 3/7/2022
6.2.17 64,621 2/21/2022
6.2.16 3,983 2/19/2022
6.2.15 156,637 12/17/2021
6.2.14 249,435 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,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,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,267 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,800 9/3/2022
5.2.20-preview-01 639 9/3/2022
5.2.19 25,471 6/26/2022
5.2.18 18,099 3/7/2022
5.2.17 4,560 2/21/2022
5.2.16 2,196 2/19/2022
5.2.15 118,352 12/17/2021
5.2.14 16,956 11/9/2021
5.2.13 158,761 10/9/2021
5.2.12 191,983 7/31/2021
5.2.11 73,166 7/19/2021
5.2.10 327,654 5/31/2021
5.2.9 184,090 3/26/2021
5.2.8 274,243 2/13/2021
5.2.7 75,570 12/26/2020
5.2.7-preview-03 922 12/26/2020
5.2.7-preview-01 917 12/26/2020
3.4.5 130 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,550 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,634 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,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,582 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,006 3/26/2021
3.2.8 18,839 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,538 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,745 8/19/2020
2.2.1 7,975 8/8/2020
2.2.0 63,435 7/27/2020
1.1.8 18,454 7/12/2020
1.1.7 5,051 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,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,581 1/11/2020
1.0.19 109,785 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,361 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,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,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,147 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md