Microsoft.EntityFrameworkCore.DynamicLinq 2.6.8

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.8
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.6.8
                    
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.8" />
                    
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.8" />
                    
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.8
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.6.8"
                    
#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.8
                    
#: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.8
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.8
                    
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 (81)

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 24 10/11/2025
9.6.8 3,666 9/28/2025
9.6.7 42,625 7/28/2025
9.6.6 80,132 6/11/2025
9.6.5 9,102 5/28/2025
9.6.4 10,027 5/19/2025
9.6.3 4,591 5/9/2025
9.6.2 17,093 4/24/2025
9.6.0.2 72,490 2/11/2025
9.6.0.1 68,223 1/28/2025
9.6.0 3,663 1/26/2025
9.6.0-preview-03 184 1/25/2025
9.6.0-preview-02 159 1/24/2025
9.6.0-preview-01 162 1/23/2025
9.5.1 78,843 12/12/2024
9.5.0 5,808 12/7/2024
9.4.9 21,193 11/16/2024
8.6.9 18 10/11/2025
8.6.8 2,412 9/28/2025
8.6.7 15,577 7/28/2025
8.6.6 23,518 6/11/2025
8.6.5 8,029 5/28/2025
8.6.4 3,217 5/19/2025
8.6.3 3,835 5/9/2025
8.6.2 8,459 4/24/2025
8.6.1 264,709 1/23/2025
8.6.0.2 20,845 2/11/2025
8.6.0.1 1,976 1/28/2025
8.6.0 9,782 1/26/2025
8.6.0-preview-03 153 1/25/2025
8.6.0-preview-02 155 1/24/2025
8.6.0-preview-01 162 1/23/2025
8.5.1 69,353 12/12/2024
8.5.0 6,345 12/7/2024
8.4.9 51,713 11/16/2024
8.4.8 111,005 10/31/2024
8.4.7 38,729 10/26/2024
8.4.6 189,593 10/13/2024
8.4.5 236,512 8/20/2024
8.4.4 138,773 7/30/2024
8.4.3 168,731 7/1/2024
8.4.2 28,452 6/25/2024
8.4.1 39,486 6/21/2024
8.4.0 109,486 5/31/2024
8.3.14 89,694 5/3/2024
8.3.13 19,540 4/25/2024
8.3.12 18,220 4/18/2024
8.3.10 167,181 3/3/2024
8.3.9 10,585 2/29/2024
8.3.9-preview-02 489 2/3/2024
8.3.9-preview-01 711 1/23/2024
8.3.8 101,323 1/20/2024
8.3.7 122,698 11/20/2023
7.6.9 15 10/11/2025
7.6.8 198 9/28/2025
7.6.7 385 7/28/2025
7.6.6 1,064 6/11/2025
7.6.5 702 5/28/2025
7.6.4 744 5/19/2025
7.6.3 899 5/9/2025
7.6.2 632 4/24/2025
7.6.1 1,527 1/23/2025
7.6.0.2 983 2/11/2025
7.6.0.1 930 1/28/2025
7.6.0 937 1/26/2025
7.6.0-preview-03 152 1/25/2025
7.6.0-preview-02 143 1/24/2025
7.6.0-preview-01 150 1/23/2025
7.5.1 1,096 12/12/2024
7.5.0 973 12/7/2024
7.4.9 1,108 11/16/2024
7.4.8 1,046 10/31/2024
7.4.7 926 10/26/2024
7.4.6 1,311 10/13/2024
7.4.5 20,441 8/20/2024
7.4.4 1,250 7/30/2024
7.4.3 10,895 7/1/2024
7.4.2 3,248 6/25/2024
7.4.1 1,131 6/21/2024
7.4.0 7,119 5/31/2024
7.3.14 16,245 5/3/2024
7.3.13 1,745 4/25/2024
7.3.12 1,877 4/18/2024
7.3.11 1,693 4/17/2024
7.3.10 31,750 3/3/2024
7.3.9 3,849 2/29/2024
7.3.9-preview-02 881 2/3/2024
7.3.9-preview-01 502 1/23/2024
7.3.8 26,881 1/20/2024
7.3.7 28,129 11/20/2023
7.3.6 17,824 11/19/2023
7.3.5 246,145 9/21/2023
7.3.4 135,985 8/3/2023
7.3.3 94,566 6/24/2023
7.3.2 400,158 4/1/2023
7.3.1 31,898 3/6/2023
7.3.0 2,302 3/3/2023
7.2.25 93,375 2/5/2023
7.2.24 217,340 12/18/2022
7.2.23 83,627 11/12/2022
6.6.9 15 10/11/2025
6.6.8 180 9/28/2025
6.6.7 369 7/28/2025
6.6.6 1,371 6/11/2025
6.6.5 404 5/28/2025
6.6.4 551 5/19/2025
6.6.3 367 5/9/2025
6.6.2 454 4/24/2025
6.6.1 2,600 1/23/2025
6.6.0.2 1,660 2/11/2025
6.6.0.1 431 1/28/2025
6.6.0 1,258 1/26/2025
6.6.0-preview-03 159 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 150 1/23/2025
6.5.1 29,824 12/12/2024
6.5.0 538 12/7/2024
6.4.9 1,373 11/16/2024
6.4.8 588 10/31/2024
6.4.7 740 10/26/2024
6.4.6 1,994 10/13/2024
6.4.5 2,700 8/20/2024
6.4.4 1,334 7/30/2024
6.4.3 1,773 7/1/2024
6.4.2 567 6/25/2024
6.4.1 2,620 6/21/2024
6.4.0 2,150 5/31/2024
6.3.14 3,023 5/3/2024
6.3.13 13,973 4/25/2024
6.3.12 556 4/18/2024
6.3.11 499 4/17/2024
6.3.10 11,663 3/3/2024
6.3.9 3,015 2/29/2024
6.3.9-preview-02 596 2/3/2024
6.3.9-preview-01 359 1/23/2024
6.3.8 45,569 1/20/2024
6.3.7 42,351 11/20/2023
6.3.6 1,879 11/19/2023
6.3.5 711,618 9/21/2023
6.3.4 48,322 8/3/2023
6.3.3 41,463 6/24/2023
6.3.2 155,655 4/1/2023
6.3.1 40,456 3/6/2023
6.3.0 20,172 3/3/2023
6.2.25 56,018 2/5/2023
6.2.24 74,538 12/18/2022
6.2.23 79,983 11/12/2022
6.2.22 50,719 11/6/2022
6.2.21 49,758 10/28/2022
6.2.20 402,315 9/3/2022
6.2.20-preview-01 763 9/3/2022
6.2.19 357,690 6/26/2022
6.2.18 677,447 3/7/2022
6.2.17 67,497 2/21/2022
6.2.16 4,284 2/19/2022
6.2.15 183,121 12/17/2021
6.2.14 280,970 11/9/2021
6.2.13-preview.4.21253.1 2,053 10/9/2021
6.2.12-preview.4.21253.1 1,027 7/31/2021
6.2.11-preview.4.21253.1 344 7/19/2021
6.0.0-preview.4.21253.1 542 5/31/2021
6.0.0-preview.3.21201.2 371 5/9/2021
5.6.9 16 10/11/2025
5.6.8 176 9/28/2025
5.6.7 236 7/28/2025
5.6.6 440 6/11/2025
5.6.5 310 5/28/2025
5.6.4 304 5/19/2025
5.6.3 240 5/9/2025
5.6.2 320 4/24/2025
5.6.1 453 1/23/2025
5.6.0.2 288 2/11/2025
5.6.0.1 261 1/28/2025
5.6.0 278 1/26/2025
5.6.0-preview-03 168 1/25/2025
5.6.0-preview-02 152 1/24/2025
5.6.0-preview-01 166 1/23/2025
5.5.1 683 12/12/2024
5.5.0 291 12/7/2024
5.4.9 275 11/16/2024
5.4.8 275 10/31/2024
5.4.7 283 10/26/2024
5.4.6 310 10/13/2024
5.4.5 430 8/20/2024
5.4.4 498 7/30/2024
5.4.3 449 7/1/2024
5.4.2 307 6/25/2024
5.4.1 321 6/21/2024
5.4.0 333 5/31/2024
5.3.14 293 5/3/2024
5.3.13 318 4/25/2024
5.3.12 308 4/18/2024
5.3.11 503 4/17/2024
5.3.10 1,110 3/3/2024
5.3.9 410 2/29/2024
5.3.9-preview-02 358 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 547 1/20/2024
5.3.7 3,191 11/20/2023
5.3.6 633 11/19/2023
5.3.5 1,272 9/21/2023
5.3.4 1,224 8/3/2023
5.3.3 2,569 6/24/2023
5.3.2 34,835 4/1/2023
5.3.1 1,010 3/6/2023
5.3.0 1,059 3/3/2023
5.2.25 1,144 2/5/2023
5.2.24 10,812 12/18/2022
5.2.23 3,723 11/12/2022
5.2.22 5,397 11/6/2022
5.2.21 1,123 10/28/2022
5.2.20 31,178 9/3/2022
5.2.20-preview-01 778 9/3/2022
5.2.19 32,878 6/26/2022
5.2.18 19,314 3/7/2022
5.2.17 5,015 2/21/2022
5.2.16 2,440 2/19/2022
5.2.15 143,516 12/17/2021
5.2.14 17,924 11/9/2021
5.2.13 165,209 10/9/2021
5.2.12 204,647 7/31/2021
5.2.11 83,535 7/19/2021
5.2.10 345,963 5/31/2021
5.2.9 193,407 3/26/2021
5.2.8 286,763 2/13/2021
5.2.7 81,931 12/26/2020
5.2.7-preview-03 1,096 12/26/2020
5.2.7-preview-01 1,083 12/26/2020
3.6.9 18 10/11/2025
3.6.8 172 9/28/2025
3.6.7 339 7/28/2025
3.6.6 438 6/11/2025
3.6.5 826 5/28/2025
3.6.4 361 5/19/2025
3.6.3 250 5/9/2025
3.6.2 329 4/24/2025
3.6.1 370 1/23/2025
3.6.0.2 300 2/11/2025
3.6.0.1 270 1/28/2025
3.6.0 284 1/26/2025
3.6.0-preview-03 150 1/25/2025
3.6.0-preview-02 140 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 307 12/12/2024
3.5.0 282 12/7/2024
3.4.9 285 11/16/2024
3.4.8 278 10/31/2024
3.4.7 275 10/26/2024
3.4.6 318 10/13/2024
3.4.5 2,903 8/20/2024
3.4.4 281 7/30/2024
3.4.3 1,148 7/1/2024
3.4.2 318 6/25/2024
3.4.1 322 6/21/2024
3.4.0 361 5/31/2024
3.3.14 327 5/3/2024
3.3.13 311 4/25/2024
3.3.12 324 4/18/2024
3.3.11 312 4/17/2024
3.3.10 674 3/3/2024
3.3.9 403 2/29/2024
3.3.9-preview-02 327 2/3/2024
3.3.9-preview-01 382 1/23/2024
3.3.8 535 1/20/2024
3.3.7 10,910 11/20/2023
3.3.6 636 11/19/2023
3.3.5 3,277 9/21/2023
3.3.4 1,844 8/3/2023
3.3.3 9,323 6/24/2023
3.3.2 3,036 4/1/2023
3.3.1 1,396 3/6/2023
3.3.0 971 3/3/2023
3.2.25 1,716 2/5/2023
3.2.24 18,878 12/18/2022
3.2.23 1,796 11/12/2022
3.2.22 1,178 11/6/2022
3.2.21 1,207 10/28/2022
3.2.20 23,339 9/3/2022
3.2.20-preview-01 728 9/3/2022
3.2.19 48,621 6/26/2022
3.2.18 25,843 3/7/2022
3.2.17 1,430 2/21/2022
3.2.16 1,255 2/19/2022
3.2.15 26,678 12/17/2021
3.2.14 18,337 11/9/2021
3.2.13 2,734 10/9/2021
3.2.12 23,173 7/31/2021
3.2.11 5,029 7/19/2021
3.2.10 40,346 5/31/2021
3.2.9 23,111 3/26/2021
3.2.8 20,675 2/13/2021
3.2.7 73,972 12/26/2020
3.2.7-preview-03 1,100 12/26/2020
3.2.7-preview-02 1,127 12/26/2020
3.2.7-preview-01 1,112 12/26/2020
3.2.6 136,533 11/25/2020
3.2.6-preview-01 1,013 11/25/2020
3.2.5 200,558 10/24/2020
3.2.4 9,343 10/19/2020
3.2.3 12,327 10/11/2020
3.2.2 85,012 8/19/2020
3.2.1 11,069 8/8/2020
3.2.0 26,840 7/27/2020
2.6.9 16 10/11/2025
2.6.8 173 9/28/2025
2.6.7 256 7/28/2025
2.6.6 451 6/11/2025
2.6.5 299 5/28/2025
2.6.4 300 5/19/2025
2.6.3 257 5/9/2025
2.6.2 329 4/24/2025
2.6.1 274 1/23/2025
2.6.0.2 281 2/11/2025
2.6.0.1 269 1/28/2025
2.6.0 402 1/26/2025
2.6.0-preview-03 161 1/25/2025
2.6.0-preview-02 158 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 308 12/12/2024
2.5.0 298 12/7/2024
2.4.9 284 11/16/2024
2.4.8 285 10/31/2024
2.4.7 286 10/26/2024
2.4.6 303 10/13/2024
2.4.5 321 8/20/2024
2.4.4 286 7/30/2024
2.4.3 317 7/1/2024
2.4.2 303 6/25/2024
2.4.1 307 6/21/2024
2.4.0 312 5/31/2024
2.3.14 321 5/3/2024
2.3.13 356 4/25/2024
2.3.12 317 4/18/2024
2.3.11 304 4/17/2024
2.3.10 397 3/3/2024
2.3.9 417 2/29/2024
2.3.9-preview-02 346 2/3/2024
2.3.9-preview-01 384 1/23/2024
2.3.8 491 1/20/2024
2.3.7 650 11/20/2023
2.3.6 623 11/19/2023
2.3.5 688 9/21/2023
2.3.4 847 8/3/2023
2.3.3 849 6/24/2023
2.3.2 959 4/1/2023
2.3.1 923 3/6/2023
2.3.0 959 3/3/2023
2.2.25 992 2/5/2023
2.2.24 1,001 12/18/2022
2.2.23 1,013 11/12/2022
2.2.22 1,075 11/6/2022
2.2.21 1,081 10/28/2022
2.2.20 1,132 9/3/2022
2.2.20-preview-01 708 9/3/2022
2.2.19 1,205 6/26/2022
2.2.18 1,380 3/7/2022
2.2.17 1,201 2/21/2022
2.2.16 1,245 2/19/2022
2.2.15 1,150 12/17/2021
2.2.14 1,122 11/9/2021
2.2.13 1,183 10/9/2021
2.2.12 1,465 7/31/2021
2.2.11 1,992 7/19/2021
2.2.10 1,734 5/31/2021
2.2.9 7,549 3/26/2021
2.2.8 2,078 2/13/2021
2.2.7 1,438 12/26/2020
2.2.7-preview-03 1,096 12/26/2020
2.2.7-preview-02 1,077 12/26/2020
2.2.7-preview-01 1,126 12/26/2020
2.2.6 13,096 11/25/2020
2.2.6-preview-01 925 11/25/2020
2.2.5 4,583 10/24/2020
2.2.4 3,018 10/19/2020
2.2.3 1,383 10/11/2020
2.2.2 22,639 8/19/2020
2.2.1 8,429 8/8/2020
2.2.0 67,482 7/27/2020
1.1.8 20,996 7/12/2020
1.1.7 5,681 7/6/2020
1.1.6 3,043 7/5/2020
1.1.5 42,497 6/15/2020
1.1.4 1,447 6/15/2020
1.1.3 1,440 6/15/2020
1.1.2 23,578 5/31/2020
1.1.1 28,011 5/14/2020
1.1.0 24,635 4/25/2020
1.0.24 14,185 4/16/2020
1.0.23 224,297 3/26/2020
1.0.22 6,441 3/18/2020
1.0.21 39,724 2/29/2020
1.0.20 144,204 1/11/2020
1.0.19 117,275 8/29/2019
1.0.18 84,825 7/2/2019
1.0.17 43,695 6/14/2019
1.0.16 4,898 6/6/2019
1.0.15 6,290 5/20/2019
1.0.14 5,280 5/14/2019
1.0.13 15,540 5/3/2019
1.0.12 71,872 3/26/2019
1.0.11 14,334 2/28/2019
1.0.10 33,273 2/5/2019
1.0.9.2 595,920 1/10/2019
1.0.9.1 1,859 1/7/2019
1.0.9 36,884 10/19/2018
1.0.8.18 83,093 9/4/2018
1.0.8.17 12,159 8/27/2018
1.0.8.16 19,612 8/19/2018
1.0.8.15 1,991 8/17/2018
1.0.8.13 6,624 8/2/2018
1.0.8.12 5,424 7/27/2018
1.0.8.11 40,003 6/6/2018
1.0.8.10 2,844 6/5/2018
1.0.8.9 7,515 5/26/2018
1.0.8.8 2,414 5/21/2018
1.0.8.7 3,706 5/9/2018
1.0.8.6 3,063 4/28/2018
1.0.8.5 2,632 4/27/2018
1.0.8.4 2,413 4/25/2018
1.0.8.3 4,183 3/30/2018
1.0.8.2 58,339 1/9/2018
1.0.8.1 6,022 1/5/2018
1.0.8 21,965 12/16/2017
1.0.4.8 17,913 11/1/2017
1.0.4.7 4,847 9/12/2017
1.0.4.6 6,635 7/8/2017
1.0.4.5 2,354 6/28/2017
1.0.4.4 2,191 6/27/2017
1.0.4.3 2,500 6/1/2017
1.0.4.2 2,166 6/1/2017
1.0.4.1 2,190 5/31/2017
1.0.4 2,826 5/17/2017
1.0.3.6 3,757 4/8/2017
1.0.3.5 2,724 3/30/2017
1.0.3.4 2,617 3/25/2017
1.0.3.3 6,405 11/16/2016
1.0.3.2 2,614 10/31/2016
1.0.3.1 2,484 10/30/2016
1.0.3 2,374 10/22/2016
1.0.1 3,635 6/27/2016
1.0.0 11,424 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md