Microsoft.EntityFrameworkCore.DynamicLinq 6.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 6.3.9-preview-02                
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.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="6.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 6.3.9-preview-02                
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.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=6.3.9-preview-02&prerelease

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.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 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.  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 14,870 12/12/2024
9.5.0 2,562 12/7/2024
9.4.9 10,047 11/16/2024
8.5.1 8,011 12/12/2024
8.5.0 1,089 12/7/2024
8.4.9 14,755 11/16/2024
8.4.8 54,106 10/31/2024
8.4.7 16,413 10/26/2024
8.4.6 72,807 10/13/2024
8.4.5 112,086 8/20/2024
8.4.4 85,908 7/30/2024
8.4.3 127,403 7/1/2024
8.4.2 19,589 6/25/2024
8.4.1 24,158 6/21/2024
8.4.0 51,890 5/31/2024
8.3.14 58,388 5/3/2024
8.3.13 14,870 4/25/2024
8.3.12 13,372 4/18/2024
8.3.10 126,377 3/3/2024
8.3.9 8,868 2/29/2024
8.3.9-preview-02 400 2/3/2024
8.3.9-preview-01 643 1/23/2024
8.3.8 75,278 1/20/2024
8.3.7 98,835 11/20/2023
7.5.1 210 12/12/2024
7.5.0 140 12/7/2024
7.4.9 260 11/16/2024
7.4.8 209 10/31/2024
7.4.7 108 10/26/2024
7.4.6 487 10/13/2024
7.4.5 3,763 8/20/2024
7.4.4 381 7/30/2024
7.4.3 7,030 7/1/2024
7.4.2 1,530 6/25/2024
7.4.1 312 6/21/2024
7.4.0 4,690 5/31/2024
7.3.14 10,291 5/3/2024
7.3.13 477 4/25/2024
7.3.12 733 4/18/2024
7.3.11 876 4/17/2024
7.3.10 23,042 3/3/2024
7.3.9 2,732 2/29/2024
7.3.9-preview-02 822 2/3/2024
7.3.9-preview-01 435 1/23/2024
7.3.8 16,369 1/20/2024
7.3.7 24,540 11/20/2023
7.3.6 10,550 11/19/2023
7.3.5 173,263 9/21/2023
7.3.4 121,707 8/3/2023
7.3.3 85,057 6/24/2023
7.3.2 382,264 4/1/2023
7.3.1 26,803 3/6/2023
7.3.0 1,593 3/3/2023
7.2.25 77,945 2/5/2023
7.2.24 207,057 12/18/2022
7.2.23 68,330 11/12/2022
6.5.1 759 12/12/2024
6.5.0 118 12/7/2024
6.4.9 294 11/16/2024
6.4.8 199 10/31/2024
6.4.7 238 10/26/2024
6.4.6 992 10/13/2024
6.4.5 1,785 8/20/2024
6.4.4 936 7/30/2024
6.4.3 1,202 7/1/2024
6.4.2 240 6/25/2024
6.4.1 1,835 6/21/2024
6.4.0 1,767 5/31/2024
6.3.14 2,617 5/3/2024
6.3.13 5,637 4/25/2024
6.3.12 225 4/18/2024
6.3.11 168 4/17/2024
6.3.10 8,705 3/3/2024
6.3.9 1,696 2/29/2024
6.3.9-preview-02 533 2/3/2024
6.3.9-preview-01 298 1/23/2024
6.3.8 29,218 1/20/2024
6.3.7 32,747 11/20/2023
6.3.6 1,560 11/19/2023
6.3.5 208,527 9/21/2023
6.3.4 46,636 8/3/2023
6.3.3 34,941 6/24/2023
6.3.2 132,541 4/1/2023
6.3.1 38,980 3/6/2023
6.3.0 17,324 3/3/2023
6.2.25 50,403 2/5/2023
6.2.24 67,572 12/18/2022
6.2.23 73,030 11/12/2022
6.2.22 45,600 11/6/2022
6.2.21 45,457 10/28/2022
6.2.20 381,171 9/3/2022
6.2.20-preview-01 653 9/3/2022
6.2.19 315,847 6/26/2022
6.2.18 647,020 3/7/2022
6.2.17 65,227 2/21/2022
6.2.16 4,024 2/19/2022
6.2.15 166,788 12/17/2021
6.2.14 257,948 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 332 12/12/2024
5.5.0 115 12/7/2024
5.4.9 115 11/16/2024
5.4.8 111 10/31/2024
5.4.7 109 10/26/2024
5.4.6 136 10/13/2024
5.4.5 260 8/20/2024
5.4.4 265 7/30/2024
5.4.3 246 7/1/2024
5.4.2 143 6/25/2024
5.4.1 157 6/21/2024
5.4.0 148 5/31/2024
5.3.14 134 5/3/2024
5.3.13 155 4/25/2024
5.3.12 146 4/18/2024
5.3.11 333 4/17/2024
5.3.10 853 3/3/2024
5.3.9 245 2/29/2024
5.3.9-preview-02 291 2/3/2024
5.3.9-preview-01 310 1/23/2024
5.3.8 386 1/20/2024
5.3.7 2,251 11/20/2023
5.3.6 470 11/19/2023
5.3.5 1,102 9/21/2023
5.3.4 1,013 8/3/2023
5.3.3 2,373 6/24/2023
5.3.2 32,897 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,264 12/18/2022
5.2.23 2,969 11/12/2022
5.2.22 5,217 11/6/2022
5.2.21 923 10/28/2022
5.2.20 27,335 9/3/2022
5.2.20-preview-01 668 9/3/2022
5.2.19 27,742 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 125,307 12/17/2021
5.2.14 17,363 11/9/2021
5.2.13 162,520 10/9/2021
5.2.12 195,897 7/31/2021
5.2.11 75,186 7/19/2021
5.2.10 333,329 5/31/2021
5.2.9 187,703 3/26/2021
5.2.8 278,013 2/13/2021
5.2.7 79,287 12/26/2020
5.2.7-preview-03 953 12/26/2020
5.2.7-preview-01 942 12/26/2020
3.5.1 119 12/12/2024
3.5.0 110 12/7/2024
3.4.9 122 11/16/2024
3.4.8 111 10/31/2024
3.4.7 111 10/26/2024
3.4.6 134 10/13/2024
3.4.5 1,077 8/20/2024
3.4.4 111 7/30/2024
3.4.3 353 7/1/2024
3.4.2 141 6/25/2024
3.4.1 156 6/21/2024
3.4.0 171 5/31/2024
3.3.14 160 5/3/2024
3.3.13 141 4/25/2024
3.3.12 165 4/18/2024
3.3.11 148 4/17/2024
3.3.10 352 3/3/2024
3.3.9 238 2/29/2024
3.3.9-preview-02 271 2/3/2024
3.3.9-preview-01 326 1/23/2024
3.3.8 373 1/20/2024
3.3.7 7,089 11/20/2023
3.3.6 473 11/19/2023
3.3.5 2,599 9/21/2023
3.3.4 1,648 8/3/2023
3.3.3 8,025 6/24/2023
3.3.2 2,836 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,931 12/18/2022
3.2.23 1,556 11/12/2022
3.2.22 977 11/6/2022
3.2.21 999 10/28/2022
3.2.20 20,824 9/3/2022
3.2.20-preview-01 618 9/3/2022
3.2.19 47,359 6/26/2022
3.2.18 24,917 3/7/2022
3.2.17 1,209 2/21/2022
3.2.16 1,040 2/19/2022
3.2.15 23,595 12/17/2021
3.2.14 17,029 11/9/2021
3.2.13 2,450 10/9/2021
3.2.12 22,446 7/31/2021
3.2.11 3,726 7/19/2021
3.2.10 39,713 5/31/2021
3.2.9 21,172 3/26/2021
3.2.8 19,557 2/13/2021
3.2.7 73,430 12/26/2020
3.2.7-preview-03 946 12/26/2020
3.2.7-preview-02 966 12/26/2020
3.2.7-preview-01 961 12/26/2020
3.2.6 133,081 11/25/2020
3.2.6-preview-01 861 11/25/2020
3.2.5 192,638 10/24/2020
3.2.4 6,324 10/19/2020
3.2.3 11,959 10/11/2020
3.2.2 81,412 8/19/2020
3.2.1 10,306 8/8/2020
3.2.0 25,939 7/27/2020
2.5.1 123 12/12/2024
2.5.0 117 12/7/2024
2.4.9 116 11/16/2024
2.4.8 115 10/31/2024
2.4.7 114 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 144 7/1/2024
2.4.2 139 6/25/2024
2.4.1 139 6/21/2024
2.4.0 129 5/31/2024
2.3.14 139 5/3/2024
2.3.13 170 4/25/2024
2.3.12 147 4/18/2024
2.3.11 134 4/17/2024
2.3.10 232 3/3/2024
2.3.9 247 2/29/2024
2.3.9-preview-02 291 2/3/2024
2.3.9-preview-01 299 1/23/2024
2.3.8 329 1/20/2024
2.3.7 488 11/20/2023
2.3.6 459 11/19/2023
2.3.5 534 9/21/2023
2.3.4 670 8/3/2023
2.3.3 667 6/24/2023
2.3.2 767 4/1/2023
2.3.1 725 3/6/2023
2.3.0 766 3/3/2023
2.2.25 805 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 986 6/26/2022
2.2.18 1,160 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,754 7/19/2021
2.2.10 1,517 5/31/2021
2.2.9 7,259 3/26/2021
2.2.8 1,847 2/13/2021
2.2.7 1,213 12/26/2020
2.2.7-preview-03 948 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,603 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,388 8/19/2020
2.2.1 8,119 8/8/2020
2.2.0 64,396 7/27/2020
1.1.8 19,638 7/12/2020
1.1.7 5,280 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,441 5/31/2020
1.1.1 27,497 5/14/2020
1.1.0 23,564 4/25/2020
1.0.24 12,957 4/16/2020
1.0.23 214,972 3/26/2020
1.0.22 6,182 3/18/2020
1.0.21 35,015 2/29/2020
1.0.20 134,788 1/11/2020
1.0.19 112,714 8/29/2019
1.0.18 83,074 7/2/2019
1.0.17 41,864 6/14/2019
1.0.16 3,614 6/6/2019
1.0.15 4,795 5/20/2019
1.0.14 5,008 5/14/2019
1.0.13 14,730 5/3/2019
1.0.12 69,903 3/26/2019
1.0.11 14,024 2/28/2019
1.0.10 31,824 2/5/2019
1.0.9.2 582,756 1/10/2019
1.0.9.1 1,614 1/7/2019
1.0.9 35,959 10/19/2018
1.0.8.18 82,170 9/4/2018
1.0.8.17 11,691 8/27/2018
1.0.8.16 18,616 8/19/2018
1.0.8.15 1,715 8/17/2018
1.0.8.13 6,199 8/2/2018
1.0.8.12 5,011 7/27/2018
1.0.8.11 36,237 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,690 11/1/2017
1.0.4.7 4,433 9/12/2017
1.0.4.6 6,195 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,834 10/22/2016
1.0.1 2,971 6/27/2016
1.0.0 6,036 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md