Microsoft.EntityFrameworkCore.DynamicLinq 7.3.9-preview-02

This is a prerelease version of Microsoft.EntityFrameworkCore.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 7.3.9-preview-02                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 7.3.9-preview-02                
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.3.9-preview-02" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 7.3.9-preview-02                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 7.3.9-preview-02"                
#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.3.9-preview-02&prerelease

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.3.9-preview-02&prerelease                

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
9.5.1 9,454 12/12/2024
9.5.0 2,207 12/7/2024
9.4.9 9,359 11/16/2024
8.5.1 5,351 12/12/2024
8.5.0 1,012 12/7/2024
8.4.9 12,399 11/16/2024
8.4.8 51,413 10/31/2024
8.4.7 14,850 10/26/2024
8.4.6 65,538 10/13/2024
8.4.5 108,564 8/20/2024
8.4.4 83,662 7/30/2024
8.4.3 125,676 7/1/2024
8.4.2 19,348 6/25/2024
8.4.1 23,667 6/21/2024
8.4.0 51,115 5/31/2024
8.3.14 57,318 5/3/2024
8.3.13 14,777 4/25/2024
8.3.12 13,189 4/18/2024
8.3.10 124,734 3/3/2024
8.3.9 8,851 2/29/2024
8.3.9-preview-02 399 2/3/2024
8.3.9-preview-01 640 1/23/2024
8.3.8 74,531 1/20/2024
8.3.7 98,024 11/20/2023
7.5.1 169 12/12/2024
7.5.0 138 12/7/2024
7.4.9 256 11/16/2024
7.4.8 205 10/31/2024
7.4.7 104 10/26/2024
7.4.6 485 10/13/2024
7.4.5 3,493 8/20/2024
7.4.4 352 7/30/2024
7.4.3 6,895 7/1/2024
7.4.2 1,525 6/25/2024
7.4.1 311 6/21/2024
7.4.0 4,515 5/31/2024
7.3.14 10,198 5/3/2024
7.3.13 476 4/25/2024
7.3.12 600 4/18/2024
7.3.11 875 4/17/2024
7.3.10 23,017 3/3/2024
7.3.9 2,694 2/29/2024
7.3.9-preview-02 821 2/3/2024
7.3.9-preview-01 434 1/23/2024
7.3.8 15,957 1/20/2024
7.3.7 24,435 11/20/2023
7.3.6 10,454 11/19/2023
7.3.5 170,690 9/21/2023
7.3.4 121,150 8/3/2023
7.3.3 84,813 6/24/2023
7.3.2 381,644 4/1/2023
7.3.1 26,743 3/6/2023
7.3.0 1,593 3/3/2023
7.2.25 77,449 2/5/2023
7.2.24 206,529 12/18/2022
7.2.23 68,007 11/12/2022
6.5.1 539 12/12/2024
6.5.0 116 12/7/2024
6.4.9 290 11/16/2024
6.4.8 192 10/31/2024
6.4.7 226 10/26/2024
6.4.6 959 10/13/2024
6.4.5 1,754 8/20/2024
6.4.4 934 7/30/2024
6.4.3 1,166 7/1/2024
6.4.2 239 6/25/2024
6.4.1 1,771 6/21/2024
6.4.0 1,766 5/31/2024
6.3.14 2,612 5/3/2024
6.3.13 5,634 4/25/2024
6.3.12 224 4/18/2024
6.3.11 165 4/17/2024
6.3.10 8,619 3/3/2024
6.3.9 1,642 2/29/2024
6.3.9-preview-02 532 2/3/2024
6.3.9-preview-01 297 1/23/2024
6.3.8 28,643 1/20/2024
6.3.7 32,150 11/20/2023
6.3.6 1,559 11/19/2023
6.3.5 200,077 9/21/2023
6.3.4 46,585 8/3/2023
6.3.3 34,687 6/24/2023
6.3.2 131,767 4/1/2023
6.3.1 38,939 3/6/2023
6.3.0 17,170 3/3/2023
6.2.25 50,197 2/5/2023
6.2.24 67,279 12/18/2022
6.2.23 72,928 11/12/2022
6.2.22 45,445 11/6/2022
6.2.21 45,397 10/28/2022
6.2.20 380,613 9/3/2022
6.2.20-preview-01 653 9/3/2022
6.2.19 314,813 6/26/2022
6.2.18 645,979 3/7/2022
6.2.17 65,191 2/21/2022
6.2.16 4,024 2/19/2022
6.2.15 166,361 12/17/2021
6.2.14 257,368 11/9/2021
6.2.13-preview.4.21253.1 1,195 10/9/2021
6.2.12-preview.4.21253.1 910 7/31/2021
6.2.11-preview.4.21253.1 229 7/19/2021
6.0.0-preview.4.21253.1 438 5/31/2021
6.0.0-preview.3.21201.2 254 5/9/2021
5.5.1 326 12/12/2024
5.5.0 113 12/7/2024
5.4.9 113 11/16/2024
5.4.8 109 10/31/2024
5.4.7 107 10/26/2024
5.4.6 136 10/13/2024
5.4.5 260 8/20/2024
5.4.4 263 7/30/2024
5.4.3 245 7/1/2024
5.4.2 142 6/25/2024
5.4.1 156 6/21/2024
5.4.0 145 5/31/2024
5.3.14 133 5/3/2024
5.3.13 154 4/25/2024
5.3.12 145 4/18/2024
5.3.11 332 4/17/2024
5.3.10 852 3/3/2024
5.3.9 244 2/29/2024
5.3.9-preview-02 290 2/3/2024
5.3.9-preview-01 309 1/23/2024
5.3.8 385 1/20/2024
5.3.7 2,219 11/20/2023
5.3.6 469 11/19/2023
5.3.5 1,101 9/21/2023
5.3.4 1,012 8/3/2023
5.3.3 2,349 6/24/2023
5.3.2 32,885 4/1/2023
5.3.1 808 3/6/2023
5.3.0 846 3/3/2023
5.2.25 917 2/5/2023
5.2.24 9,192 12/18/2022
5.2.23 2,944 11/12/2022
5.2.22 5,217 11/6/2022
5.2.21 923 10/28/2022
5.2.20 27,238 9/3/2022
5.2.20-preview-01 668 9/3/2022
5.2.19 27,436 6/26/2022
5.2.18 18,608 3/7/2022
5.2.17 4,664 2/21/2022
5.2.16 2,229 2/19/2022
5.2.15 124,998 12/17/2021
5.2.14 17,350 11/9/2021
5.2.13 162,246 10/9/2021
5.2.12 195,846 7/31/2021
5.2.11 75,020 7/19/2021
5.2.10 333,182 5/31/2021
5.2.9 187,572 3/26/2021
5.2.8 277,979 2/13/2021
5.2.7 79,021 12/26/2020
5.2.7-preview-03 953 12/26/2020
5.2.7-preview-01 940 12/26/2020
3.5.1 113 12/12/2024
3.5.0 108 12/7/2024
3.4.9 120 11/16/2024
3.4.8 109 10/31/2024
3.4.7 107 10/26/2024
3.4.6 134 10/13/2024
3.4.5 1,046 8/20/2024
3.4.4 111 7/30/2024
3.4.3 341 7/1/2024
3.4.2 140 6/25/2024
3.4.1 155 6/21/2024
3.4.0 168 5/31/2024
3.3.14 157 5/3/2024
3.3.13 140 4/25/2024
3.3.12 164 4/18/2024
3.3.11 147 4/17/2024
3.3.10 350 3/3/2024
3.3.9 237 2/29/2024
3.3.9-preview-02 270 2/3/2024
3.3.9-preview-01 325 1/23/2024
3.3.8 372 1/20/2024
3.3.7 6,975 11/20/2023
3.3.6 472 11/19/2023
3.3.5 2,559 9/21/2023
3.3.4 1,643 8/3/2023
3.3.3 7,997 6/24/2023
3.3.2 2,834 4/1/2023
3.3.1 1,191 3/6/2023
3.3.0 783 3/3/2023
3.2.25 1,448 2/5/2023
3.2.24 17,909 12/18/2022
3.2.23 1,553 11/12/2022
3.2.22 977 11/6/2022
3.2.21 997 10/28/2022
3.2.20 20,785 9/3/2022
3.2.20-preview-01 618 9/3/2022
3.2.19 47,230 6/26/2022
3.2.18 24,880 3/7/2022
3.2.17 1,209 2/21/2022
3.2.16 1,040 2/19/2022
3.2.15 23,473 12/17/2021
3.2.14 16,998 11/9/2021
3.2.13 2,449 10/9/2021
3.2.12 22,443 7/31/2021
3.2.11 3,487 7/19/2021
3.2.10 39,699 5/31/2021
3.2.9 21,110 3/26/2021
3.2.8 19,512 2/13/2021
3.2.7 73,428 12/26/2020
3.2.7-preview-03 946 12/26/2020
3.2.7-preview-02 964 12/26/2020
3.2.7-preview-01 961 12/26/2020
3.2.6 133,056 11/25/2020
3.2.6-preview-01 861 11/25/2020
3.2.5 192,575 10/24/2020
3.2.4 6,324 10/19/2020
3.2.3 11,957 10/11/2020
3.2.2 81,234 8/19/2020
3.2.1 10,275 8/8/2020
3.2.0 25,902 7/27/2020
2.5.1 113 12/12/2024
2.5.0 115 12/7/2024
2.4.9 114 11/16/2024
2.4.8 111 10/31/2024
2.4.7 110 10/26/2024
2.4.6 129 10/13/2024
2.4.5 153 8/20/2024
2.4.4 108 7/30/2024
2.4.3 143 7/1/2024
2.4.2 138 6/25/2024
2.4.1 138 6/21/2024
2.4.0 128 5/31/2024
2.3.14 138 5/3/2024
2.3.13 169 4/25/2024
2.3.12 146 4/18/2024
2.3.11 133 4/17/2024
2.3.10 231 3/3/2024
2.3.9 246 2/29/2024
2.3.9-preview-02 290 2/3/2024
2.3.9-preview-01 298 1/23/2024
2.3.8 328 1/20/2024
2.3.7 487 11/20/2023
2.3.6 458 11/19/2023
2.3.5 533 9/21/2023
2.3.4 669 8/3/2023
2.3.3 666 6/24/2023
2.3.2 767 4/1/2023
2.3.1 725 3/6/2023
2.3.0 764 3/3/2023
2.2.25 803 2/5/2023
2.2.24 798 12/18/2022
2.2.23 828 11/12/2022
2.2.22 879 11/6/2022
2.2.21 883 10/28/2022
2.2.20 932 9/3/2022
2.2.20-preview-01 599 9/3/2022
2.2.19 984 6/26/2022
2.2.18 1,158 3/7/2022
2.2.17 982 2/21/2022
2.2.16 1,012 2/19/2022
2.2.15 926 12/17/2021
2.2.14 899 11/9/2021
2.2.13 953 10/9/2021
2.2.12 1,231 7/31/2021
2.2.11 1,753 7/19/2021
2.2.10 1,515 5/31/2021
2.2.9 7,258 3/26/2021
2.2.8 1,845 2/13/2021
2.2.7 1,211 12/26/2020
2.2.7-preview-03 946 12/26/2020
2.2.7-preview-02 930 12/26/2020
2.2.7-preview-01 959 12/26/2020
2.2.6 12,586 11/25/2020
2.2.6-preview-01 790 11/25/2020
2.2.5 4,019 10/24/2020
2.2.4 2,778 10/19/2020
2.2.3 1,145 10/11/2020
2.2.2 22,386 8/19/2020
2.2.1 8,110 8/8/2020
2.2.0 64,394 7/27/2020
1.1.8 19,502 7/12/2020
1.1.7 5,278 7/6/2020
1.1.6 2,747 7/5/2020
1.1.5 42,196 6/15/2020
1.1.4 1,189 6/15/2020
1.1.3 1,198 6/15/2020
1.1.2 21,435 5/31/2020
1.1.1 27,493 5/14/2020
1.1.0 23,560 4/25/2020
1.0.24 12,954 4/16/2020
1.0.23 214,970 3/26/2020
1.0.22 6,182 3/18/2020
1.0.21 34,948 2/29/2020
1.0.20 134,662 1/11/2020
1.0.19 112,578 8/29/2019
1.0.18 83,069 7/2/2019
1.0.17 41,755 6/14/2019
1.0.16 3,574 6/6/2019
1.0.15 4,679 5/20/2019
1.0.14 5,008 5/14/2019
1.0.13 14,730 5/3/2019
1.0.12 69,898 3/26/2019
1.0.11 14,024 2/28/2019
1.0.10 31,816 2/5/2019
1.0.9.2 581,458 1/10/2019
1.0.9.1 1,614 1/7/2019
1.0.9 35,949 10/19/2018
1.0.8.18 82,168 9/4/2018
1.0.8.17 11,691 8/27/2018
1.0.8.16 18,614 8/19/2018
1.0.8.15 1,715 8/17/2018
1.0.8.13 6,197 8/2/2018
1.0.8.12 5,011 7/27/2018
1.0.8.11 35,947 6/6/2018
1.0.8.10 2,320 6/5/2018
1.0.8.9 6,907 5/26/2018
1.0.8.8 1,878 5/21/2018
1.0.8.7 3,158 5/9/2018
1.0.8.6 2,534 4/28/2018
1.0.8.5 2,124 4/27/2018
1.0.8.4 1,901 4/25/2018
1.0.8.3 3,634 3/30/2018
1.0.8.2 56,593 1/9/2018
1.0.8.1 5,352 1/5/2018
1.0.8 20,790 12/16/2017
1.0.4.8 15,622 11/1/2017
1.0.4.7 4,430 9/12/2017
1.0.4.6 6,193 7/8/2017
1.0.4.5 1,935 6/28/2017
1.0.4.4 1,767 6/27/2017
1.0.4.3 2,078 6/1/2017
1.0.4.2 1,725 6/1/2017
1.0.4.1 1,751 5/31/2017
1.0.4 2,393 5/17/2017
1.0.3.6 3,207 4/8/2017
1.0.3.5 2,148 3/30/2017
1.0.3.4 2,070 3/25/2017
1.0.3.3 5,859 11/16/2016
1.0.3.2 2,085 10/31/2016
1.0.3.1 1,949 10/30/2016
1.0.3 1,831 10/22/2016
1.0.1 2,971 6/27/2016
1.0.0 5,836 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md