Microsoft.EntityFrameworkCore.DynamicLinq 2.6.0-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 2.6.0-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.6.0-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="2.6.0-preview-02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="2.6.0-preview-02" />
                    
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 2.6.0-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.6.0-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.
#:package Microsoft.EntityFrameworkCore.DynamicLinq@2.6.0-preview-02
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.0-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.0-preview-02&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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (82)

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

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

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.

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.9 2,271 10/11/2025
9.6.8 6,576 9/28/2025
9.6.7 45,289 7/28/2025
9.6.6 87,251 6/11/2025
9.6.5 9,535 5/28/2025
9.6.4 10,611 5/19/2025
9.6.3 4,692 5/9/2025
9.6.2 17,856 4/24/2025
9.6.0.2 73,670 2/11/2025
9.6.0.1 70,895 1/28/2025
9.6.0 3,835 1/26/2025
9.6.0-preview-03 190 1/25/2025
9.6.0-preview-02 165 1/24/2025
9.6.0-preview-01 168 1/23/2025
9.5.1 79,426 12/12/2024
9.5.0 5,972 12/7/2024
9.4.9 21,378 11/16/2024
8.6.9 1,410 10/11/2025
8.6.8 3,347 9/28/2025
8.6.7 18,094 7/28/2025
8.6.6 24,735 6/11/2025
8.6.5 9,081 5/28/2025
8.6.4 3,406 5/19/2025
8.6.3 4,081 5/9/2025
8.6.2 9,078 4/24/2025
8.6.1 270,496 1/23/2025
8.6.0.2 22,045 2/11/2025
8.6.0.1 2,049 1/28/2025
8.6.0 10,029 1/26/2025
8.6.0-preview-03 154 1/25/2025
8.6.0-preview-02 159 1/24/2025
8.6.0-preview-01 164 1/23/2025
8.5.1 71,256 12/12/2024
8.5.0 6,529 12/7/2024
8.4.9 52,795 11/16/2024
8.4.8 111,682 10/31/2024
8.4.7 38,959 10/26/2024
8.4.6 191,624 10/13/2024
8.4.5 240,152 8/20/2024
8.4.4 139,248 7/30/2024
8.4.3 170,208 7/1/2024
8.4.2 28,751 6/25/2024
8.4.1 39,961 6/21/2024
8.4.0 111,492 5/31/2024
8.3.14 90,868 5/3/2024
8.3.13 19,661 4/25/2024
8.3.12 18,331 4/18/2024
8.3.10 168,074 3/3/2024
8.3.9 10,685 2/29/2024
8.3.9-preview-02 491 2/3/2024
8.3.9-preview-01 716 1/23/2024
8.3.8 101,849 1/20/2024
8.3.7 124,096 11/20/2023
7.6.9 158 10/11/2025
7.6.8 252 9/28/2025
7.6.7 430 7/28/2025
7.6.6 1,107 6/11/2025
7.6.5 748 5/28/2025
7.6.4 789 5/19/2025
7.6.3 944 5/9/2025
7.6.2 676 4/24/2025
7.6.1 1,613 1/23/2025
7.6.0.2 1,029 2/11/2025
7.6.0.1 989 1/28/2025
7.6.0 984 1/26/2025
7.6.0-preview-03 156 1/25/2025
7.6.0-preview-02 146 1/24/2025
7.6.0-preview-01 154 1/23/2025
7.5.1 1,138 12/12/2024
7.5.0 1,017 12/7/2024
7.4.9 1,153 11/16/2024
7.4.8 1,088 10/31/2024
7.4.7 973 10/26/2024
7.4.6 1,361 10/13/2024
7.4.5 21,466 8/20/2024
7.4.4 1,295 7/30/2024
7.4.3 10,951 7/1/2024
7.4.2 3,302 6/25/2024
7.4.1 1,174 6/21/2024
7.4.0 7,168 5/31/2024
7.3.14 16,384 5/3/2024
7.3.13 1,790 4/25/2024
7.3.12 1,934 4/18/2024
7.3.11 1,738 4/17/2024
7.3.10 31,837 3/3/2024
7.3.9 3,897 2/29/2024
7.3.9-preview-02 882 2/3/2024
7.3.9-preview-01 504 1/23/2024
7.3.8 27,003 1/20/2024
7.3.7 28,215 11/20/2023
7.3.6 18,013 11/19/2023
7.3.5 248,695 9/21/2023
7.3.4 136,514 8/3/2023
7.3.3 94,949 6/24/2023
7.3.2 400,555 4/1/2023
7.3.1 31,969 3/6/2023
7.3.0 2,378 3/3/2023
7.2.25 93,615 2/5/2023
7.2.24 217,822 12/18/2022
7.2.23 84,386 11/12/2022
6.6.9 148 10/11/2025
6.6.8 225 9/28/2025
6.6.7 415 7/28/2025
6.6.6 1,495 6/11/2025
6.6.5 448 5/28/2025
6.6.4 597 5/19/2025
6.6.3 415 5/9/2025
6.6.2 500 4/24/2025
6.6.1 2,670 1/23/2025
6.6.0.2 1,740 2/11/2025
6.6.0.1 474 1/28/2025
6.6.0 1,359 1/26/2025
6.6.0-preview-03 162 1/25/2025
6.6.0-preview-02 155 1/24/2025
6.6.0-preview-01 156 1/23/2025
6.5.1 31,880 12/12/2024
6.5.0 583 12/7/2024
6.4.9 1,445 11/16/2024
6.4.8 633 10/31/2024
6.4.7 786 10/26/2024
6.4.6 2,061 10/13/2024
6.4.5 2,756 8/20/2024
6.4.4 1,379 7/30/2024
6.4.3 1,823 7/1/2024
6.4.2 611 6/25/2024
6.4.1 2,663 6/21/2024
6.4.0 2,193 5/31/2024
6.3.14 3,071 5/3/2024
6.3.13 14,683 4/25/2024
6.3.12 599 4/18/2024
6.3.11 542 4/17/2024
6.3.10 11,732 3/3/2024
6.3.9 3,075 2/29/2024
6.3.9-preview-02 602 2/3/2024
6.3.9-preview-01 363 1/23/2024
6.3.8 45,937 1/20/2024
6.3.7 42,499 11/20/2023
6.3.6 1,927 11/19/2023
6.3.5 739,661 9/21/2023
6.3.4 48,406 8/3/2023
6.3.3 41,758 6/24/2023
6.3.2 156,748 4/1/2023
6.3.1 40,533 3/6/2023
6.3.0 20,252 3/3/2023
6.2.25 56,209 2/5/2023
6.2.24 74,755 12/18/2022
6.2.23 80,079 11/12/2022
6.2.22 50,914 11/6/2022
6.2.21 49,868 10/28/2022
6.2.20 403,570 9/3/2022
6.2.20-preview-01 768 9/3/2022
6.2.19 359,215 6/26/2022
6.2.18 678,350 3/7/2022
6.2.17 67,653 2/21/2022
6.2.16 4,333 2/19/2022
6.2.15 183,527 12/17/2021
6.2.14 281,285 11/9/2021
6.2.13-preview.4.21253.1 2,174 10/9/2021
6.2.12-preview.4.21253.1 1,031 7/31/2021
6.2.11-preview.4.21253.1 350 7/19/2021
6.0.0-preview.4.21253.1 548 5/31/2021
6.0.0-preview.3.21201.2 378 5/9/2021
5.6.9 149 10/11/2025
5.6.8 221 9/28/2025
5.6.7 279 7/28/2025
5.6.6 484 6/11/2025
5.6.5 362 5/28/2025
5.6.4 349 5/19/2025
5.6.3 288 5/9/2025
5.6.2 363 4/24/2025
5.6.1 506 1/23/2025
5.6.0.2 330 2/11/2025
5.6.0.1 311 1/28/2025
5.6.0 325 1/26/2025
5.6.0-preview-03 174 1/25/2025
5.6.0-preview-02 158 1/24/2025
5.6.0-preview-01 169 1/23/2025
5.5.1 733 12/12/2024
5.5.0 335 12/7/2024
5.4.9 318 11/16/2024
5.4.8 320 10/31/2024
5.4.7 331 10/26/2024
5.4.6 355 10/13/2024
5.4.5 474 8/20/2024
5.4.4 543 7/30/2024
5.4.3 495 7/1/2024
5.4.2 350 6/25/2024
5.4.1 365 6/21/2024
5.4.0 379 5/31/2024
5.3.14 336 5/3/2024
5.3.13 360 4/25/2024
5.3.12 352 4/18/2024
5.3.11 546 4/17/2024
5.3.10 1,152 3/3/2024
5.3.9 454 2/29/2024
5.3.9-preview-02 361 2/3/2024
5.3.9-preview-01 365 1/23/2024
5.3.8 594 1/20/2024
5.3.7 3,243 11/20/2023
5.3.6 678 11/19/2023
5.3.5 1,319 9/21/2023
5.3.4 1,267 8/3/2023
5.3.3 2,612 6/24/2023
5.3.2 34,973 4/1/2023
5.3.1 1,055 3/6/2023
5.3.0 1,106 3/3/2023
5.2.25 1,191 2/5/2023
5.2.24 10,892 12/18/2022
5.2.23 3,795 11/12/2022
5.2.22 5,440 11/6/2022
5.2.21 1,169 10/28/2022
5.2.20 31,456 9/3/2022
5.2.20-preview-01 782 9/3/2022
5.2.19 32,999 6/26/2022
5.2.18 19,363 3/7/2022
5.2.17 5,062 2/21/2022
5.2.16 2,487 2/19/2022
5.2.15 144,250 12/17/2021
5.2.14 17,972 11/9/2021
5.2.13 165,256 10/9/2021
5.2.12 204,771 7/31/2021
5.2.11 83,799 7/19/2021
5.2.10 346,200 5/31/2021
5.2.9 193,674 3/26/2021
5.2.8 286,932 2/13/2021
5.2.7 82,009 12/26/2020
5.2.7-preview-03 1,102 12/26/2020
5.2.7-preview-01 1,089 12/26/2020
3.6.9 151 10/11/2025
3.6.8 217 9/28/2025
3.6.7 415 7/28/2025
3.6.6 482 6/11/2025
3.6.5 904 5/28/2025
3.6.4 406 5/19/2025
3.6.3 296 5/9/2025
3.6.2 373 4/24/2025
3.6.1 423 1/23/2025
3.6.0.2 344 2/11/2025
3.6.0.1 316 1/28/2025
3.6.0 328 1/26/2025
3.6.0-preview-03 153 1/25/2025
3.6.0-preview-02 145 1/24/2025
3.6.0-preview-01 167 1/23/2025
3.5.1 352 12/12/2024
3.5.0 327 12/7/2024
3.4.9 330 11/16/2024
3.4.8 322 10/31/2024
3.4.7 320 10/26/2024
3.4.6 363 10/13/2024
3.4.5 2,993 8/20/2024
3.4.4 324 7/30/2024
3.4.3 1,228 7/1/2024
3.4.2 364 6/25/2024
3.4.1 367 6/21/2024
3.4.0 404 5/31/2024
3.3.14 372 5/3/2024
3.3.13 356 4/25/2024
3.3.12 370 4/18/2024
3.3.11 357 4/17/2024
3.3.10 722 3/3/2024
3.3.9 445 2/29/2024
3.3.9-preview-02 329 2/3/2024
3.3.9-preview-01 387 1/23/2024
3.3.8 580 1/20/2024
3.3.7 11,086 11/20/2023
3.3.6 684 11/19/2023
3.3.5 3,343 9/21/2023
3.3.4 1,888 8/3/2023
3.3.3 9,386 6/24/2023
3.3.2 3,082 4/1/2023
3.3.1 1,439 3/6/2023
3.3.0 1,019 3/3/2023
3.2.25 1,762 2/5/2023
3.2.24 18,928 12/18/2022
3.2.23 1,844 11/12/2022
3.2.22 1,223 11/6/2022
3.2.21 1,253 10/28/2022
3.2.20 23,403 9/3/2022
3.2.20-preview-01 734 9/3/2022
3.2.19 48,714 6/26/2022
3.2.18 25,893 3/7/2022
3.2.17 1,475 2/21/2022
3.2.16 1,306 2/19/2022
3.2.15 26,730 12/17/2021
3.2.14 18,395 11/9/2021
3.2.13 2,781 10/9/2021
3.2.12 23,233 7/31/2021
3.2.11 5,098 7/19/2021
3.2.10 40,393 5/31/2021
3.2.9 23,178 3/26/2021
3.2.8 20,756 2/13/2021
3.2.7 74,024 12/26/2020
3.2.7-preview-03 1,106 12/26/2020
3.2.7-preview-02 1,137 12/26/2020
3.2.7-preview-01 1,119 12/26/2020
3.2.6 136,638 11/25/2020
3.2.6-preview-01 1,022 11/25/2020
3.2.5 200,739 10/24/2020
3.2.4 9,410 10/19/2020
3.2.3 12,373 10/11/2020
3.2.2 85,133 8/19/2020
3.2.1 11,120 8/8/2020
3.2.0 26,895 7/27/2020
2.6.9 151 10/11/2025
2.6.8 220 9/28/2025
2.6.7 302 7/28/2025
2.6.6 494 6/11/2025
2.6.5 344 5/28/2025
2.6.4 345 5/19/2025
2.6.3 304 5/9/2025
2.6.2 374 4/24/2025
2.6.1 320 1/23/2025
2.6.0.2 327 2/11/2025
2.6.0.1 315 1/28/2025
2.6.0 454 1/26/2025
2.6.0-preview-03 164 1/25/2025
2.6.0-preview-02 163 1/24/2025
2.6.0-preview-01 161 1/23/2025
2.5.1 351 12/12/2024
2.5.0 340 12/7/2024
2.4.9 329 11/16/2024
2.4.8 331 10/31/2024
2.4.7 329 10/26/2024
2.4.6 348 10/13/2024
2.4.5 365 8/20/2024
2.4.4 330 7/30/2024
2.4.3 361 7/1/2024
2.4.2 348 6/25/2024
2.4.1 351 6/21/2024
2.4.0 358 5/31/2024
2.3.14 365 5/3/2024
2.3.13 401 4/25/2024
2.3.12 365 4/18/2024
2.3.11 348 4/17/2024
2.3.10 440 3/3/2024
2.3.9 462 2/29/2024
2.3.9-preview-02 351 2/3/2024
2.3.9-preview-01 387 1/23/2024
2.3.8 541 1/20/2024
2.3.7 705 11/20/2023
2.3.6 670 11/19/2023
2.3.5 729 9/21/2023
2.3.4 891 8/3/2023
2.3.3 897 6/24/2023
2.3.2 1,007 4/1/2023
2.3.1 969 3/6/2023
2.3.0 1,008 3/3/2023
2.2.25 1,037 2/5/2023
2.2.24 1,049 12/18/2022
2.2.23 1,058 11/12/2022
2.2.22 1,119 11/6/2022
2.2.21 1,126 10/28/2022
2.2.20 1,176 9/3/2022
2.2.20-preview-01 715 9/3/2022
2.2.19 1,250 6/26/2022
2.2.18 1,426 3/7/2022
2.2.17 1,247 2/21/2022
2.2.16 1,292 2/19/2022
2.2.15 1,195 12/17/2021
2.2.14 1,170 11/9/2021
2.2.13 1,226 10/9/2021
2.2.12 1,512 7/31/2021
2.2.11 2,039 7/19/2021
2.2.10 1,779 5/31/2021
2.2.9 7,626 3/26/2021
2.2.8 2,135 2/13/2021
2.2.7 1,483 12/26/2020
2.2.7-preview-03 1,102 12/26/2020
2.2.7-preview-02 1,086 12/26/2020
2.2.7-preview-01 1,146 12/26/2020
2.2.6 13,153 11/25/2020
2.2.6-preview-01 936 11/25/2020
2.2.5 4,628 10/24/2020
2.2.4 3,062 10/19/2020
2.2.3 1,427 10/11/2020
2.2.2 22,685 8/19/2020
2.2.1 8,477 8/8/2020
2.2.0 67,647 7/27/2020
1.1.8 21,070 7/12/2020
1.1.7 5,726 7/6/2020
1.1.6 3,088 7/5/2020
1.1.5 42,547 6/15/2020
1.1.4 1,495 6/15/2020
1.1.3 1,485 6/15/2020
1.1.2 23,654 5/31/2020
1.1.1 28,063 5/14/2020
1.1.0 24,681 4/25/2020
1.0.24 14,233 4/16/2020
1.0.23 224,497 3/26/2020
1.0.22 6,484 3/18/2020
1.0.21 39,844 2/29/2020
1.0.20 144,335 1/11/2020
1.0.19 117,432 8/29/2019
1.0.18 84,988 7/2/2019
1.0.17 43,833 6/14/2019
1.0.16 4,955 6/6/2019
1.0.15 6,360 5/20/2019
1.0.14 5,327 5/14/2019
1.0.13 15,599 5/3/2019
1.0.12 72,936 3/26/2019
1.0.11 14,411 2/28/2019
1.0.10 33,340 2/5/2019
1.0.9.2 596,366 1/10/2019
1.0.9.1 1,907 1/7/2019
1.0.9 37,020 10/19/2018
1.0.8.18 83,142 9/4/2018
1.0.8.17 12,210 8/27/2018
1.0.8.16 19,982 8/19/2018
1.0.8.15 2,039 8/17/2018
1.0.8.13 6,680 8/2/2018
1.0.8.12 5,483 7/27/2018
1.0.8.11 40,160 6/6/2018
1.0.8.10 2,902 6/5/2018
1.0.8.9 7,645 5/26/2018
1.0.8.8 2,479 5/21/2018
1.0.8.7 3,774 5/9/2018
1.0.8.6 3,122 4/28/2018
1.0.8.5 2,695 4/27/2018
1.0.8.4 2,472 4/25/2018
1.0.8.3 4,247 3/30/2018
1.0.8.2 58,685 1/9/2018
1.0.8.1 6,092 1/5/2018
1.0.8 22,068 12/16/2017
1.0.4.8 18,002 11/1/2017
1.0.4.7 4,903 9/12/2017
1.0.4.6 6,690 7/8/2017
1.0.4.5 2,422 6/28/2017
1.0.4.4 2,267 6/27/2017
1.0.4.3 2,556 6/1/2017
1.0.4.2 2,226 6/1/2017
1.0.4.1 2,246 5/31/2017
1.0.4 2,886 5/17/2017
1.0.3.6 3,824 4/8/2017
1.0.3.5 2,796 3/30/2017
1.0.3.4 2,677 3/25/2017
1.0.3.3 6,486 11/16/2016
1.0.3.2 2,675 10/31/2016
1.0.3.1 2,546 10/30/2016
1.0.3 2,437 10/22/2016
1.0.1 3,707 6/27/2016
1.0.0 11,502 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md