Microsoft.EntityFrameworkCore.DynamicLinq 6.6.0-preview-01

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.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 6.6.0-preview-01
                    
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.6.0-preview-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="6.6.0-preview-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 6.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 6.6.0-preview-01"
                    
#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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=6.6.0-preview-01&prerelease
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (78)

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 (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last Updated
9.6.6 11,534 6/11/2025
9.6.5 5,409 5/28/2025
9.6.4 5,566 5/19/2025
9.6.3 3,908 5/9/2025
9.6.2 8,073 4/24/2025
9.6.0.2 56,391 2/11/2025
9.6.0.1 43,036 1/28/2025
9.6.0 2,977 1/26/2025
9.6.0-preview-03 138 1/25/2025
9.6.0-preview-02 109 1/24/2025
9.6.0-preview-01 112 1/23/2025
9.5.1 68,789 12/12/2024
9.5.0 4,540 12/7/2024
9.4.9 18,968 11/16/2024
8.6.6 3,336 6/11/2025
8.6.5 2,737 5/28/2025
8.6.4 1,754 5/19/2025
8.6.3 1,837 5/9/2025
8.6.2 3,930 4/24/2025
8.6.1 165,635 1/23/2025
8.6.0.2 10,810 2/11/2025
8.6.0.1 1,560 1/28/2025
8.6.0 6,768 1/26/2025
8.6.0-preview-03 112 1/25/2025
8.6.0-preview-02 108 1/24/2025
8.6.0-preview-01 102 1/23/2025
8.5.1 53,689 12/12/2024
8.5.0 4,199 12/7/2024
8.4.9 41,277 11/16/2024
8.4.8 99,467 10/31/2024
8.4.7 31,986 10/26/2024
8.4.6 168,204 10/13/2024
8.4.5 194,288 8/20/2024
8.4.4 125,324 7/30/2024
8.4.3 154,520 7/1/2024
8.4.2 25,168 6/25/2024
8.4.1 36,429 6/21/2024
8.4.0 90,588 5/31/2024
8.3.14 79,475 5/3/2024
8.3.13 18,456 4/25/2024
8.3.12 17,323 4/18/2024
8.3.10 153,806 3/3/2024
8.3.9 9,989 2/29/2024
8.3.9-preview-02 441 2/3/2024
8.3.9-preview-01 664 1/23/2024
8.3.8 93,431 1/20/2024
8.3.7 113,838 11/20/2023
7.6.6 602 6/11/2025
7.6.5 374 5/28/2025
7.6.4 423 5/19/2025
7.6.3 560 5/9/2025
7.6.2 438 4/24/2025
7.6.1 1,127 1/23/2025
7.6.0.2 771 2/11/2025
7.6.0.1 724 1/28/2025
7.6.0 747 1/26/2025
7.6.0-preview-03 111 1/25/2025
7.6.0-preview-02 100 1/24/2025
7.6.0-preview-01 108 1/23/2025
7.5.1 887 12/12/2024
7.5.0 778 12/7/2024
7.4.9 902 11/16/2024
7.4.8 848 10/31/2024
7.4.7 736 10/26/2024
7.4.6 1,122 10/13/2024
7.4.5 13,269 8/20/2024
7.4.4 1,035 7/30/2024
7.4.3 9,632 7/1/2024
7.4.2 2,161 6/25/2024
7.4.1 940 6/21/2024
7.4.0 6,223 5/31/2024
7.3.14 12,518 5/3/2024
7.3.13 1,385 4/25/2024
7.3.12 1,576 4/18/2024
7.3.11 1,503 4/17/2024
7.3.10 24,975 3/3/2024
7.3.9 3,642 2/29/2024
7.3.9-preview-02 844 2/3/2024
7.3.9-preview-01 457 1/23/2024
7.3.8 23,493 1/20/2024
7.3.7 26,823 11/20/2023
7.3.6 13,451 11/19/2023
7.3.5 220,099 9/21/2023
7.3.4 129,861 8/3/2023
7.3.3 87,277 6/24/2023
7.3.2 395,218 4/1/2023
7.3.1 29,086 3/6/2023
7.3.0 2,027 3/3/2023
7.2.25 81,996 2/5/2023
7.2.24 212,808 12/18/2022
7.2.23 76,603 11/12/2022
6.6.6 324 6/11/2025
6.6.5 209 5/28/2025
6.6.4 326 5/19/2025
6.6.3 170 5/9/2025
6.6.2 262 4/24/2025
6.6.1 2,051 1/23/2025
6.6.0.2 1,168 2/11/2025
6.6.0.1 226 1/28/2025
6.6.0 713 1/26/2025
6.6.0-preview-03 111 1/25/2025
6.6.0-preview-02 106 1/24/2025
6.6.0-preview-01 109 1/23/2025
6.5.1 20,340 12/12/2024
6.5.0 315 12/7/2024
6.4.9 920 11/16/2024
6.4.8 376 10/31/2024
6.4.7 508 10/26/2024
6.4.6 1,678 10/13/2024
6.4.5 2,423 8/20/2024
6.4.4 1,090 7/30/2024
6.4.3 1,541 7/1/2024
6.4.2 375 6/25/2024
6.4.1 2,419 6/21/2024
6.4.0 1,948 5/31/2024
6.3.14 2,798 5/3/2024
6.3.13 10,214 4/25/2024
6.3.12 363 4/18/2024
6.3.11 301 4/17/2024
6.3.10 10,496 3/3/2024
6.3.9 2,549 2/29/2024
6.3.9-preview-02 551 2/3/2024
6.3.9-preview-01 316 1/23/2024
6.3.8 41,817 1/20/2024
6.3.7 40,067 11/20/2023
6.3.6 1,689 11/19/2023
6.3.5 503,355 9/21/2023
6.3.4 47,892 8/3/2023
6.3.3 38,727 6/24/2023
6.3.2 144,186 4/1/2023
6.3.1 39,890 3/6/2023
6.3.0 19,249 3/3/2023
6.2.25 54,269 2/5/2023
6.2.24 71,866 12/18/2022
6.2.23 78,793 11/12/2022
6.2.22 48,443 11/6/2022
6.2.21 46,873 10/28/2022
6.2.20 394,696 9/3/2022
6.2.20-preview-01 693 9/3/2022
6.2.19 340,530 6/26/2022
6.2.18 665,792 3/7/2022
6.2.17 66,778 2/21/2022
6.2.16 4,106 2/19/2022
6.2.15 178,951 12/17/2021
6.2.14 272,528 11/9/2021
6.2.13-preview.4.21253.1 1,516 10/9/2021
6.2.12-preview.4.21253.1 967 7/31/2021
6.2.11-preview.4.21253.1 287 7/19/2021
6.0.0-preview.4.21253.1 494 5/31/2021
6.0.0-preview.3.21201.2 317 5/9/2021
5.6.6 294 6/11/2025
5.6.5 157 5/28/2025
5.6.4 154 5/19/2025
5.6.3 103 5/9/2025
5.6.2 184 4/24/2025
5.6.1 251 1/23/2025
5.6.0.2 153 2/11/2025
5.6.0.1 128 1/28/2025
5.6.0 139 1/26/2025
5.6.0-preview-03 114 1/25/2025
5.6.0-preview-02 104 1/24/2025
5.6.0-preview-01 117 1/23/2025
5.5.1 440 12/12/2024
5.5.0 152 12/7/2024
5.4.9 141 11/16/2024
5.4.8 140 10/31/2024
5.4.7 143 10/26/2024
5.4.6 166 10/13/2024
5.4.5 290 8/20/2024
5.4.4 300 7/30/2024
5.4.3 283 7/1/2024
5.4.2 167 6/25/2024
5.4.1 185 6/21/2024
5.4.0 196 5/31/2024
5.3.14 160 5/3/2024
5.3.13 182 4/25/2024
5.3.12 173 4/18/2024
5.3.11 357 4/17/2024
5.3.10 922 3/3/2024
5.3.9 272 2/29/2024
5.3.9-preview-02 307 2/3/2024
5.3.9-preview-01 323 1/23/2024
5.3.8 412 1/20/2024
5.3.7 2,828 11/20/2023
5.3.6 496 11/19/2023
5.3.5 1,132 9/21/2023
5.3.4 1,071 8/3/2023
5.3.3 2,418 6/24/2023
5.3.2 33,025 4/1/2023
5.3.1 847 3/6/2023
5.3.0 908 3/3/2023
5.2.25 972 2/5/2023
5.2.24 10,360 12/18/2022
5.2.23 3,325 11/12/2022
5.2.22 5,253 11/6/2022
5.2.21 967 10/28/2022
5.2.20 29,678 9/3/2022
5.2.20-preview-01 706 9/3/2022
5.2.19 31,290 6/26/2022
5.2.18 19,086 3/7/2022
5.2.17 4,820 2/21/2022
5.2.16 2,284 2/19/2022
5.2.15 136,267 12/17/2021
5.2.14 17,488 11/9/2021
5.2.13 164,774 10/9/2021
5.2.12 198,328 7/31/2021
5.2.11 78,641 7/19/2021
5.2.10 336,716 5/31/2021
5.2.9 189,514 3/26/2021
5.2.8 279,680 2/13/2021
5.2.7 80,536 12/26/2020
5.2.7-preview-03 1,022 12/26/2020
5.2.7-preview-01 1,009 12/26/2020
3.6.6 295 6/11/2025
3.6.5 247 5/28/2025
3.6.4 166 5/19/2025
3.6.3 108 5/9/2025
3.6.2 186 4/24/2025
3.6.1 206 1/23/2025
3.6.0.2 162 2/11/2025
3.6.0.1 130 1/28/2025
3.6.0 147 1/26/2025
3.6.0-preview-03 109 1/25/2025
3.6.0-preview-02 99 1/24/2025
3.6.0-preview-01 121 1/23/2025
3.5.1 160 12/12/2024
3.5.0 145 12/7/2024
3.4.9 152 11/16/2024
3.4.8 139 10/31/2024
3.4.7 142 10/26/2024
3.4.6 170 10/13/2024
3.4.5 2,166 8/20/2024
3.4.4 141 7/30/2024
3.4.3 649 7/1/2024
3.4.2 183 6/25/2024
3.4.1 184 6/21/2024
3.4.0 212 5/31/2024
3.3.14 189 5/3/2024
3.3.13 168 4/25/2024
3.3.12 186 4/18/2024
3.3.11 172 4/17/2024
3.3.10 449 3/3/2024
3.3.9 263 2/29/2024
3.3.9-preview-02 287 2/3/2024
3.3.9-preview-01 339 1/23/2024
3.3.8 399 1/20/2024
3.3.7 9,068 11/20/2023
3.3.6 495 11/19/2023
3.3.5 3,008 9/21/2023
3.3.4 1,689 8/3/2023
3.3.3 8,906 6/24/2023
3.3.2 2,882 4/1/2023
3.3.1 1,237 3/6/2023
3.3.0 818 3/3/2023
3.2.25 1,546 2/5/2023
3.2.24 18,180 12/18/2022
3.2.23 1,624 11/12/2022
3.2.22 1,016 11/6/2022
3.2.21 1,047 10/28/2022
3.2.20 22,801 9/3/2022
3.2.20-preview-01 657 9/3/2022
3.2.19 48,243 6/26/2022
3.2.18 25,096 3/7/2022
3.2.17 1,271 2/21/2022
3.2.16 1,089 2/19/2022
3.2.15 26,213 12/17/2021
3.2.14 17,825 11/9/2021
3.2.13 2,562 10/9/2021
3.2.12 22,877 7/31/2021
3.2.11 4,811 7/19/2021
3.2.10 39,904 5/31/2021
3.2.9 22,307 3/26/2021
3.2.8 20,263 2/13/2021
3.2.7 73,726 12/26/2020
3.2.7-preview-03 1,013 12/26/2020
3.2.7-preview-02 1,034 12/26/2020
3.2.7-preview-01 1,030 12/26/2020
3.2.6 134,375 11/25/2020
3.2.6-preview-01 932 11/25/2020
3.2.5 194,173 10/24/2020
3.2.4 8,184 10/19/2020
3.2.3 12,128 10/11/2020
3.2.2 82,399 8/19/2020
3.2.1 10,785 8/8/2020
3.2.0 26,595 7/27/2020
2.6.6 295 6/11/2025
2.6.5 160 5/28/2025
2.6.4 158 5/19/2025
2.6.3 105 5/9/2025
2.6.2 192 4/24/2025
2.6.1 137 1/23/2025
2.6.0.2 144 2/11/2025
2.6.0.1 129 1/28/2025
2.6.0 175 1/26/2025
2.6.0-preview-03 110 1/25/2025
2.6.0-preview-02 106 1/24/2025
2.6.0-preview-01 112 1/23/2025
2.5.1 161 12/12/2024
2.5.0 154 12/7/2024
2.4.9 145 11/16/2024
2.4.8 145 10/31/2024
2.4.7 149 10/26/2024
2.4.6 163 10/13/2024
2.4.5 183 8/20/2024
2.4.4 136 7/30/2024
2.4.3 176 7/1/2024
2.4.2 168 6/25/2024
2.4.1 170 6/21/2024
2.4.0 158 5/31/2024
2.3.14 170 5/3/2024
2.3.13 197 4/25/2024
2.3.12 171 4/18/2024
2.3.11 159 4/17/2024
2.3.10 262 3/3/2024
2.3.9 274 2/29/2024
2.3.9-preview-02 303 2/3/2024
2.3.9-preview-01 317 1/23/2024
2.3.8 356 1/20/2024
2.3.7 513 11/20/2023
2.3.6 485 11/19/2023
2.3.5 560 9/21/2023
2.3.4 700 8/3/2023
2.3.3 702 6/24/2023
2.3.2 810 4/1/2023
2.3.1 765 3/6/2023
2.3.0 805 3/3/2023
2.2.25 846 2/5/2023
2.2.24 839 12/18/2022
2.2.23 869 11/12/2022
2.2.22 917 11/6/2022
2.2.21 923 10/28/2022
2.2.20 975 9/3/2022
2.2.20-preview-01 638 9/3/2022
2.2.19 1,042 6/26/2022
2.2.18 1,216 3/7/2022
2.2.17 1,040 2/21/2022
2.2.16 1,081 2/19/2022
2.2.15 987 12/17/2021
2.2.14 954 11/9/2021
2.2.13 1,009 10/9/2021
2.2.12 1,301 7/31/2021
2.2.11 1,828 7/19/2021
2.2.10 1,577 5/31/2021
2.2.9 7,333 3/26/2021
2.2.8 1,917 2/13/2021
2.2.7 1,279 12/26/2020
2.2.7-preview-03 1,011 12/26/2020
2.2.7-preview-02 995 12/26/2020
2.2.7-preview-01 1,032 12/26/2020
2.2.6 12,884 11/25/2020
2.2.6-preview-01 854 11/25/2020
2.2.5 4,090 10/24/2020
2.2.4 2,851 10/19/2020
2.2.3 1,217 10/11/2020
2.2.2 22,463 8/19/2020
2.2.1 8,241 8/8/2020
2.2.0 65,134 7/27/2020
1.1.8 20,475 7/12/2020
1.1.7 5,394 7/6/2020
1.1.6 2,856 7/5/2020
1.1.5 42,319 6/15/2020
1.1.4 1,274 6/15/2020
1.1.3 1,266 6/15/2020
1.1.2 21,995 5/31/2020
1.1.1 27,829 5/14/2020
1.1.0 23,922 4/25/2020
1.0.24 13,063 4/16/2020
1.0.23 215,076 3/26/2020
1.0.22 6,272 3/18/2020
1.0.21 36,595 2/29/2020
1.0.20 137,872 1/11/2020
1.0.19 115,427 8/29/2019
1.0.18 83,298 7/2/2019
1.0.17 43,165 6/14/2019
1.0.16 4,690 6/6/2019
1.0.15 5,967 5/20/2019
1.0.14 5,110 5/14/2019
1.0.13 15,019 5/3/2019
1.0.12 70,146 3/26/2019
1.0.11 14,123 2/28/2019
1.0.10 32,201 2/5/2019
1.0.9.2 589,366 1/10/2019
1.0.9.1 1,695 1/7/2019
1.0.9 36,207 10/19/2018
1.0.8.18 82,311 9/4/2018
1.0.8.17 11,827 8/27/2018
1.0.8.16 18,764 8/19/2018
1.0.8.15 1,824 8/17/2018
1.0.8.13 6,410 8/2/2018
1.0.8.12 5,194 7/27/2018
1.0.8.11 38,296 6/6/2018
1.0.8.10 2,585 6/5/2018
1.0.8.9 7,196 5/26/2018
1.0.8.8 2,148 5/21/2018
1.0.8.7 3,446 5/9/2018
1.0.8.6 2,811 4/28/2018
1.0.8.5 2,397 4/27/2018
1.0.8.4 2,177 4/25/2018
1.0.8.3 3,922 3/30/2018
1.0.8.2 56,894 1/9/2018
1.0.8.1 5,633 1/5/2018
1.0.8 21,071 12/16/2017
1.0.4.8 16,972 11/1/2017
1.0.4.7 4,633 9/12/2017
1.0.4.6 6,400 7/8/2017
1.0.4.5 2,132 6/28/2017
1.0.4.4 1,964 6/27/2017
1.0.4.3 2,274 6/1/2017
1.0.4.2 1,917 6/1/2017
1.0.4.1 1,947 5/31/2017
1.0.4 2,596 5/17/2017
1.0.3.6 3,493 4/8/2017
1.0.3.5 2,433 3/30/2017
1.0.3.4 2,358 3/25/2017
1.0.3.3 6,147 11/16/2016
1.0.3.2 2,373 10/31/2016
1.0.3.1 2,238 10/30/2016
1.0.3 2,131 10/22/2016
1.0.1 3,357 6/27/2016
1.0.0 10,554 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md