Microsoft.EntityFrameworkCore.DynamicLinq 9.4.9

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.4.9                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.4.9                
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="9.4.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 9.4.9                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.4.9"                
#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=9.4.9

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

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 net9.0 is compatible. 
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
9.4.9 1,469 11/16/2024
8.4.9 818 11/16/2024
8.4.8 17,545 10/31/2024
8.4.7 7,056 10/26/2024
8.4.6 27,822 10/13/2024
8.4.5 84,282 8/20/2024
8.4.4 70,792 7/30/2024
8.4.3 112,403 7/1/2024
8.4.2 17,723 6/25/2024
8.4.1 19,978 6/21/2024
8.4.0 44,785 5/31/2024
8.3.14 50,924 5/3/2024
8.3.13 13,446 4/25/2024
8.3.12 11,807 4/18/2024
8.3.10 109,145 3/3/2024
8.3.9 8,682 2/29/2024
8.3.9-preview-02 394 2/3/2024
8.3.9-preview-01 629 1/23/2024
8.3.8 69,556 1/20/2024
8.3.7 93,508 11/20/2023
7.4.9 111 11/16/2024
7.4.8 188 10/31/2024
7.4.7 93 10/26/2024
7.4.6 469 10/13/2024
7.4.5 2,107 8/20/2024
7.4.4 320 7/30/2024
7.4.3 5,796 7/1/2024
7.4.2 1,502 6/25/2024
7.4.1 301 6/21/2024
7.4.0 3,663 5/31/2024
7.3.14 9,655 5/3/2024
7.3.13 422 4/25/2024
7.3.12 476 4/18/2024
7.3.11 864 4/17/2024
7.3.10 22,378 3/3/2024
7.3.9 2,481 2/29/2024
7.3.9-preview-02 816 2/3/2024
7.3.9-preview-01 430 1/23/2024
7.3.8 13,694 1/20/2024
7.3.7 23,844 11/20/2023
7.3.6 9,942 11/19/2023
7.3.5 155,040 9/21/2023
7.3.4 118,280 8/3/2023
7.3.3 83,532 6/24/2023
7.3.2 377,595 4/1/2023
7.3.1 26,224 3/6/2023
7.3.0 1,400 3/3/2023
7.2.25 74,018 2/5/2023
7.2.24 202,652 12/18/2022
7.2.23 66,122 11/12/2022
6.4.9 113 11/16/2024
6.4.8 163 10/31/2024
6.4.7 171 10/26/2024
6.4.6 630 10/13/2024
6.4.5 1,495 8/20/2024
6.4.4 843 7/30/2024
6.4.3 1,061 7/1/2024
6.4.2 226 6/25/2024
6.4.1 1,302 6/21/2024
6.4.0 1,739 5/31/2024
6.3.14 2,381 5/3/2024
6.3.13 5,463 4/25/2024
6.3.12 212 4/18/2024
6.3.11 157 4/17/2024
6.3.10 8,068 3/3/2024
6.3.9 1,508 2/29/2024
6.3.9-preview-02 527 2/3/2024
6.3.9-preview-01 293 1/23/2024
6.3.8 26,082 1/20/2024
6.3.7 29,146 11/20/2023
6.3.6 1,551 11/19/2023
6.3.5 133,682 9/21/2023
6.3.4 45,984 8/3/2023
6.3.3 33,216 6/24/2023
6.3.2 128,592 4/1/2023
6.3.1 38,661 3/6/2023
6.3.0 16,215 3/3/2023
6.2.25 49,695 2/5/2023
6.2.24 66,169 12/18/2022
6.2.23 71,422 11/12/2022
6.2.22 44,498 11/6/2022
6.2.21 44,990 10/28/2022
6.2.20 377,875 9/3/2022
6.2.20-preview-01 646 9/3/2022
6.2.19 308,736 6/26/2022
6.2.18 640,622 3/7/2022
6.2.17 64,943 2/21/2022
6.2.16 4,013 2/19/2022
6.2.15 162,801 12/17/2021
6.2.14 255,107 11/9/2021
6.2.13-preview.4.21253.1 1,192 10/9/2021
6.2.12-preview.4.21253.1 905 7/31/2021
6.2.11-preview.4.21253.1 224 7/19/2021
6.0.0-preview.4.21253.1 431 5/31/2021
6.0.0-preview.3.21201.2 246 5/9/2021
5.4.9 78 11/16/2024
5.4.8 93 10/31/2024
5.4.7 92 10/26/2024
5.4.6 123 10/13/2024
5.4.5 249 8/20/2024
5.4.4 173 7/30/2024
5.4.3 230 7/1/2024
5.4.2 130 6/25/2024
5.4.1 142 6/21/2024
5.4.0 134 5/31/2024
5.3.14 125 5/3/2024
5.3.13 142 4/25/2024
5.3.12 137 4/18/2024
5.3.11 305 4/17/2024
5.3.10 841 3/3/2024
5.3.9 236 2/29/2024
5.3.9-preview-02 285 2/3/2024
5.3.9-preview-01 305 1/23/2024
5.3.8 378 1/20/2024
5.3.7 2,058 11/20/2023
5.3.6 463 11/19/2023
5.3.5 1,089 9/21/2023
5.3.4 985 8/3/2023
5.3.3 2,240 6/24/2023
5.3.2 32,780 4/1/2023
5.3.1 799 3/6/2023
5.3.0 833 3/3/2023
5.2.25 906 2/5/2023
5.2.24 8,745 12/18/2022
5.2.23 2,841 11/12/2022
5.2.22 5,208 11/6/2022
5.2.21 911 10/28/2022
5.2.20 26,142 9/3/2022
5.2.20-preview-01 659 9/3/2022
5.2.19 26,677 6/26/2022
5.2.18 18,521 3/7/2022
5.2.17 4,640 2/21/2022
5.2.16 2,216 2/19/2022
5.2.15 122,140 12/17/2021
5.2.14 17,305 11/9/2021
5.2.13 161,069 10/9/2021
5.2.12 195,320 7/31/2021
5.2.11 74,866 7/19/2021
5.2.10 332,612 5/31/2021
5.2.9 186,949 3/26/2021
5.2.8 277,834 2/13/2021
5.2.7 77,903 12/26/2020
5.2.7-preview-03 944 12/26/2020
5.2.7-preview-01 932 12/26/2020
3.4.9 85 11/16/2024
3.4.8 95 10/31/2024
3.4.7 94 10/26/2024
3.4.6 122 10/13/2024
3.4.5 706 8/20/2024
3.4.4 100 7/30/2024
3.4.3 290 7/1/2024
3.4.2 125 6/25/2024
3.4.1 145 6/21/2024
3.4.0 154 5/31/2024
3.3.14 138 5/3/2024
3.3.13 127 4/25/2024
3.3.12 150 4/18/2024
3.3.11 135 4/17/2024
3.3.10 335 3/3/2024
3.3.9 228 2/29/2024
3.3.9-preview-02 262 2/3/2024
3.3.9-preview-01 318 1/23/2024
3.3.8 362 1/20/2024
3.3.7 6,026 11/20/2023
3.3.6 465 11/19/2023
3.3.5 2,360 9/21/2023
3.3.4 1,618 8/3/2023
3.3.3 7,867 6/24/2023
3.3.2 2,823 4/1/2023
3.3.1 1,181 3/6/2023
3.3.0 771 3/3/2023
3.2.25 1,431 2/5/2023
3.2.24 17,803 12/18/2022
3.2.23 1,524 11/12/2022
3.2.22 965 11/6/2022
3.2.21 986 10/28/2022
3.2.20 20,397 9/3/2022
3.2.20-preview-01 609 9/3/2022
3.2.19 46,399 6/26/2022
3.2.18 24,602 3/7/2022
3.2.17 1,196 2/21/2022
3.2.16 1,027 2/19/2022
3.2.15 23,424 12/17/2021
3.2.14 16,895 11/9/2021
3.2.13 2,412 10/9/2021
3.2.12 22,368 7/31/2021
3.2.11 2,669 7/19/2021
3.2.10 39,399 5/31/2021
3.2.9 20,799 3/26/2021
3.2.8 19,231 2/13/2021
3.2.7 73,145 12/26/2020
3.2.7-preview-03 940 12/26/2020
3.2.7-preview-02 955 12/26/2020
3.2.7-preview-01 952 12/26/2020
3.2.6 132,683 11/25/2020
3.2.6-preview-01 851 11/25/2020
3.2.5 192,188 10/24/2020
3.2.4 6,282 10/19/2020
3.2.3 11,822 10/11/2020
3.2.2 80,811 8/19/2020
3.2.1 10,084 8/8/2020
3.2.0 25,529 7/27/2020
2.4.9 76 11/16/2024
2.4.8 96 10/31/2024
2.4.7 94 10/26/2024
2.4.6 113 10/13/2024
2.4.5 141 8/20/2024
2.4.4 97 7/30/2024
2.4.3 133 7/1/2024
2.4.2 124 6/25/2024
2.4.1 125 6/21/2024
2.4.0 118 5/31/2024
2.3.14 126 5/3/2024
2.3.13 161 4/25/2024
2.3.12 135 4/18/2024
2.3.11 125 4/17/2024
2.3.10 223 3/3/2024
2.3.9 236 2/29/2024
2.3.9-preview-02 285 2/3/2024
2.3.9-preview-01 292 1/23/2024
2.3.8 316 1/20/2024
2.3.7 479 11/20/2023
2.3.6 446 11/19/2023
2.3.5 521 9/21/2023
2.3.4 661 8/3/2023
2.3.3 639 6/24/2023
2.3.2 755 4/1/2023
2.3.1 715 3/6/2023
2.3.0 756 3/3/2023
2.2.25 794 2/5/2023
2.2.24 789 12/18/2022
2.2.23 815 11/12/2022
2.2.22 863 11/6/2022
2.2.21 869 10/28/2022
2.2.20 921 9/3/2022
2.2.20-preview-01 590 9/3/2022
2.2.19 955 6/26/2022
2.2.18 1,147 3/7/2022
2.2.17 967 2/21/2022
2.2.16 1,000 2/19/2022
2.2.15 914 12/17/2021
2.2.14 886 11/9/2021
2.2.13 939 10/9/2021
2.2.12 1,218 7/31/2021
2.2.11 1,735 7/19/2021
2.2.10 1,503 5/31/2021
2.2.9 7,240 3/26/2021
2.2.8 1,823 2/13/2021
2.2.7 1,199 12/26/2020
2.2.7-preview-03 939 12/26/2020
2.2.7-preview-02 918 12/26/2020
2.2.7-preview-01 949 12/26/2020
2.2.6 12,484 11/25/2020
2.2.6-preview-01 779 11/25/2020
2.2.5 4,005 10/24/2020
2.2.4 2,760 10/19/2020
2.2.3 1,133 10/11/2020
2.2.2 22,373 8/19/2020
2.2.1 8,061 8/8/2020
2.2.0 64,370 7/27/2020
1.1.8 18,994 7/12/2020
1.1.7 5,220 7/6/2020
1.1.6 2,734 7/5/2020
1.1.5 42,163 6/15/2020
1.1.4 1,178 6/15/2020
1.1.3 1,184 6/15/2020
1.1.2 21,301 5/31/2020
1.1.1 27,373 5/14/2020
1.1.0 23,484 4/25/2020
1.0.24 12,933 4/16/2020
1.0.23 214,955 3/26/2020
1.0.22 6,169 3/18/2020
1.0.21 34,501 2/29/2020
1.0.20 134,128 1/11/2020
1.0.19 111,824 8/29/2019
1.0.18 83,032 7/2/2019
1.0.17 41,366 6/14/2019
1.0.16 3,517 6/6/2019
1.0.15 4,631 5/20/2019
1.0.14 4,992 5/14/2019
1.0.13 14,576 5/3/2019
1.0.12 69,823 3/26/2019
1.0.11 14,013 2/28/2019
1.0.10 31,728 2/5/2019
1.0.9.2 576,194 1/10/2019
1.0.9.1 1,604 1/7/2019
1.0.9 35,823 10/19/2018
1.0.8.18 82,125 9/4/2018
1.0.8.17 11,666 8/27/2018
1.0.8.16 18,580 8/19/2018
1.0.8.15 1,695 8/17/2018
1.0.8.13 6,174 8/2/2018
1.0.8.12 4,993 7/27/2018
1.0.8.11 35,850 6/6/2018
1.0.8.10 2,302 6/5/2018
1.0.8.9 6,887 5/26/2018
1.0.8.8 1,858 5/21/2018
1.0.8.7 3,138 5/9/2018
1.0.8.6 2,515 4/28/2018
1.0.8.5 2,102 4/27/2018
1.0.8.4 1,883 4/25/2018
1.0.8.3 3,612 3/30/2018
1.0.8.2 56,565 1/9/2018
1.0.8.1 5,331 1/5/2018
1.0.8 20,768 12/16/2017
1.0.4.8 15,536 11/1/2017
1.0.4.7 4,410 9/12/2017
1.0.4.6 6,170 7/8/2017
1.0.4.5 1,916 6/28/2017
1.0.4.4 1,747 6/27/2017
1.0.4.3 2,060 6/1/2017
1.0.4.2 1,707 6/1/2017
1.0.4.1 1,727 5/31/2017
1.0.4 2,375 5/17/2017
1.0.3.6 3,186 4/8/2017
1.0.3.5 2,128 3/30/2017
1.0.3.4 2,051 3/25/2017
1.0.3.3 5,843 11/16/2016
1.0.3.2 2,068 10/31/2016
1.0.3.1 1,934 10/30/2016
1.0.3 1,804 10/22/2016
1.0.1 2,947 6/27/2016
1.0.0 4,524 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md