Microsoft.EntityFrameworkCore.DynamicLinq 6.4.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 6.4.5                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.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="6.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 6.4.5                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.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=6.4.5

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.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 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 was computed.  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 (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 3,208 10/31/2024
8.4.7 4,008 10/26/2024
8.4.6 16,032 10/13/2024
8.4.5 74,906 8/20/2024
8.4.4 65,364 7/30/2024
8.4.3 104,252 7/1/2024
8.4.2 17,008 6/25/2024
8.4.1 18,851 6/21/2024
8.4.0 42,978 5/31/2024
8.3.14 48,444 5/3/2024
8.3.13 13,011 4/25/2024
8.3.12 11,364 4/18/2024
8.3.10 102,967 3/3/2024
8.3.9 8,192 2/29/2024
8.3.9-preview-02 390 2/3/2024
8.3.9-preview-01 625 1/23/2024
8.3.8 67,467 1/20/2024
8.3.7 91,794 11/20/2023
7.4.8 109 10/31/2024
7.4.7 85 10/26/2024
7.4.6 435 10/13/2024
7.4.5 1,745 8/20/2024
7.4.4 314 7/30/2024
7.4.3 5,342 7/1/2024
7.4.2 1,481 6/25/2024
7.4.1 296 6/21/2024
7.4.0 3,307 5/31/2024
7.3.14 9,510 5/3/2024
7.3.13 412 4/25/2024
7.3.12 467 4/18/2024
7.3.11 855 4/17/2024
7.3.10 21,975 3/3/2024
7.3.9 2,436 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,129 1/20/2024
7.3.7 23,522 11/20/2023
7.3.6 9,838 11/19/2023
7.3.5 149,697 9/21/2023
7.3.4 117,537 8/3/2023
7.3.3 83,045 6/24/2023
7.3.2 375,624 4/1/2023
7.3.1 26,031 3/6/2023
7.3.0 1,398 3/3/2023
7.2.25 73,250 2/5/2023
7.2.24 201,651 12/18/2022
7.2.23 65,489 11/12/2022
6.4.8 108 10/31/2024
6.4.7 144 10/26/2024
6.4.6 503 10/13/2024
6.4.5 1,400 8/20/2024
6.4.4 814 7/30/2024
6.4.3 1,046 7/1/2024
6.4.2 221 6/25/2024
6.4.1 1,110 6/21/2024
6.4.0 1,723 5/31/2024
6.3.14 2,289 5/3/2024
6.3.13 5,411 4/25/2024
6.3.12 208 4/18/2024
6.3.11 153 4/17/2024
6.3.10 7,899 3/3/2024
6.3.9 1,414 2/29/2024
6.3.9-preview-02 523 2/3/2024
6.3.9-preview-01 289 1/23/2024
6.3.8 24,657 1/20/2024
6.3.7 27,889 11/20/2023
6.3.6 1,547 11/19/2023
6.3.5 124,521 9/21/2023
6.3.4 45,881 8/3/2023
6.3.3 32,720 6/24/2023
6.3.2 127,689 4/1/2023
6.3.1 38,516 3/6/2023
6.3.0 15,768 3/3/2023
6.2.25 49,452 2/5/2023
6.2.24 65,792 12/18/2022
6.2.23 70,585 11/12/2022
6.2.22 44,174 11/6/2022
6.2.21 44,846 10/28/2022
6.2.20 376,898 9/3/2022
6.2.20-preview-01 644 9/3/2022
6.2.19 306,888 6/26/2022
6.2.18 638,543 3/7/2022
6.2.17 64,890 2/21/2022
6.2.16 4,008 2/19/2022
6.2.15 161,735 12/17/2021
6.2.14 254,173 11/9/2021
6.2.13-preview.4.21253.1 1,189 10/9/2021
6.2.12-preview.4.21253.1 902 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 82 10/31/2024
5.4.7 83 10/26/2024
5.4.6 111 10/13/2024
5.4.5 241 8/20/2024
5.4.4 167 7/30/2024
5.4.3 225 7/1/2024
5.4.2 125 6/25/2024
5.4.1 135 6/21/2024
5.4.0 129 5/31/2024
5.3.14 118 5/3/2024
5.3.13 132 4/25/2024
5.3.12 133 4/18/2024
5.3.11 295 4/17/2024
5.3.10 831 3/3/2024
5.3.9 229 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,011 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,205 6/24/2023
5.3.2 32,761 4/1/2023
5.3.1 796 3/6/2023
5.3.0 829 3/3/2023
5.2.25 903 2/5/2023
5.2.24 8,653 12/18/2022
5.2.23 2,810 11/12/2022
5.2.22 5,205 11/6/2022
5.2.21 909 10/28/2022
5.2.20 25,761 9/3/2022
5.2.20-preview-01 657 9/3/2022
5.2.19 26,599 6/26/2022
5.2.18 18,503 3/7/2022
5.2.17 4,604 2/21/2022
5.2.16 2,214 2/19/2022
5.2.15 121,504 12/17/2021
5.2.14 17,281 11/9/2021
5.2.13 160,561 10/9/2021
5.2.12 195,220 7/31/2021
5.2.11 74,802 7/19/2021
5.2.10 332,457 5/31/2021
5.2.9 186,635 3/26/2021
5.2.8 277,783 2/13/2021
5.2.7 77,581 12/26/2020
5.2.7-preview-03 942 12/26/2020
5.2.7-preview-01 930 12/26/2020
3.4.8 78 10/31/2024
3.4.7 87 10/26/2024
3.4.6 107 10/13/2024
3.4.5 570 8/20/2024
3.4.4 95 7/30/2024
3.4.3 270 7/1/2024
3.4.2 120 6/25/2024
3.4.1 140 6/21/2024
3.4.0 150 5/31/2024
3.3.14 133 5/3/2024
3.3.13 123 4/25/2024
3.3.12 145 4/18/2024
3.3.11 130 4/17/2024
3.3.10 327 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 357 1/20/2024
3.3.7 5,752 11/20/2023
3.3.6 461 11/19/2023
3.3.5 2,292 9/21/2023
3.3.4 1,613 8/3/2023
3.3.3 7,852 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,774 12/18/2022
3.2.23 1,521 11/12/2022
3.2.22 963 11/6/2022
3.2.21 984 10/28/2022
3.2.20 20,282 9/3/2022
3.2.20-preview-01 607 9/3/2022
3.2.19 46,134 6/26/2022
3.2.18 24,574 3/7/2022
3.2.17 1,194 2/21/2022
3.2.16 1,023 2/19/2022
3.2.15 23,416 12/17/2021
3.2.14 16,831 11/9/2021
3.2.13 2,391 10/9/2021
3.2.12 22,345 7/31/2021
3.2.11 2,633 7/19/2021
3.2.10 39,313 5/31/2021
3.2.9 20,648 3/26/2021
3.2.8 19,139 2/13/2021
3.2.7 73,037 12/26/2020
3.2.7-preview-03 937 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,590 11/25/2020
3.2.6-preview-01 849 11/25/2020
3.2.5 192,074 10/24/2020
3.2.4 6,274 10/19/2020
3.2.3 11,747 10/11/2020
3.2.2 80,549 8/19/2020
3.2.1 10,041 8/8/2020
3.2.0 25,447 7/27/2020
2.4.8 84 10/31/2024
2.4.7 86 10/26/2024
2.4.6 107 10/13/2024
2.4.5 132 8/20/2024
2.4.4 93 7/30/2024
2.4.3 128 7/1/2024
2.4.2 119 6/25/2024
2.4.1 121 6/21/2024
2.4.0 114 5/31/2024
2.3.14 117 5/3/2024
2.3.13 154 4/25/2024
2.3.12 131 4/18/2024
2.3.11 120 4/17/2024
2.3.10 217 3/3/2024
2.3.9 231 2/29/2024
2.3.9-preview-02 281 2/3/2024
2.3.9-preview-01 287 1/23/2024
2.3.8 312 1/20/2024
2.3.7 474 11/20/2023
2.3.6 442 11/19/2023
2.3.5 517 9/21/2023
2.3.4 656 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 787 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 918 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,214 7/31/2021
2.2.11 1,731 7/19/2021
2.2.10 1,501 5/31/2021
2.2.9 7,221 3/26/2021
2.2.8 1,818 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,440 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,052 8/8/2020
2.2.0 64,364 7/27/2020
1.1.8 18,889 7/12/2020
1.1.7 5,198 7/6/2020
1.1.6 2,731 7/5/2020
1.1.5 42,153 6/15/2020
1.1.4 1,176 6/15/2020
1.1.3 1,182 6/15/2020
1.1.2 21,264 5/31/2020
1.1.1 27,338 5/14/2020
1.1.0 23,465 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,378 2/29/2020
1.0.20 133,944 1/11/2020
1.0.19 111,712 8/29/2019
1.0.18 83,021 7/2/2019
1.0.17 41,361 6/14/2019
1.0.16 3,480 6/6/2019
1.0.15 4,625 5/20/2019
1.0.14 4,967 5/14/2019
1.0.13 14,539 5/3/2019
1.0.12 69,803 3/26/2019
1.0.11 14,007 2/28/2019
1.0.10 31,697 2/5/2019
1.0.9.2 574,444 1/10/2019
1.0.9.1 1,600 1/7/2019
1.0.9 35,811 10/19/2018
1.0.8.18 82,112 9/4/2018
1.0.8.17 11,651 8/27/2018
1.0.8.16 18,572 8/19/2018
1.0.8.15 1,687 8/17/2018
1.0.8.13 6,169 8/2/2018
1.0.8.12 4,986 7/27/2018
1.0.8.11 35,833 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,606 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,513 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,701 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,797 10/22/2016
1.0.1 2,942 6/27/2016
1.0.0 4,315 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md