Microsoft.EntityFrameworkCore.DynamicLinq
10.7.2
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 10.7.2
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 10.7.2
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="10.7.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="10.7.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 10.7.2
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 10.7.2"
#:package Microsoft.EntityFrameworkCore.DynamicLinq@10.7.2
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=10.7.2
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=10.7.2
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)");
Useful links
Library Powered By
This library is powered by Entity Framework Extensions
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 10.0.0)
- System.Linq.Dynamic.Core (>= 1.7.2)
NuGet packages (88)
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 ๆฐๆฎ่ฎฟ้ฎๅ่ฝ็ๅฎ็ฐใ |
|
|
Messaia.Net.Filters.Impl
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.
|
|
|
Deali-Axy/StarBlog
โStarBlog ๆฏไธไธชๅบไบ .NET Core ๅผๅ็็ฐไปฃๅๅฎข็ณป็ป๏ผๆฏๆ Markdown ๆ็ซ ๅฏผๅ
ฅ๏ผ้ตๅพช RESTful ๆฅๅฃ่ง่ใๅ็ซฏๅบไบ Vue + ElementUI ๅผๅ๏ผๅฏไฝไธบ .NET Core ๅ
ฅ้จๅญฆไน ้กน็ฎ๏ผๅๆถ้
ๅฅไบไธ็ณปๅๅผๅ็ฌ่ฎฐ๏ผ่ฎฐๅฝไบไป้ถๅผๅงๆๅปบ่ฟไธชๅๅฎข็ณป็ป็ๅ
จ่ฟ็จ๏ผๅฏไปฅๅธฎๅฉๅญฆไน ็่งฃ .Net Core ้กน็ฎ็ๅผๅๆต็จใ
|
|
|
YodasMyDad/ZauberCMS
.NET CMS using Blazor, built by .Net Developers for .Net Developers
|
|
|
FuseCP/FuseCP
Multi Server Control Panel for Windows based on C#
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.7.2 | 56,449 | 4/4/2026 |
| 10.7.1 | 175,543 | 11/29/2025 |
| 9.7.2 | 6,899 | 4/4/2026 |
| 9.7.1 | 6,878 | 11/29/2025 |
| 9.7.0 | 15,579 | 11/15/2025 |
| 8.7.2 | 3,371 | 4/4/2026 |
| 8.7.1 | 39,130 | 11/29/2025 |
| 8.7.0 | 2,779 | 11/15/2025 |
| 7.7.2 | 205 | 4/4/2026 |
| 7.7.1 | 1,064 | 11/29/2025 |
| 7.7.0 | 498 | 11/15/2025 |
| 6.7.2 | 122 | 4/4/2026 |
| 6.7.1 | 935 | 11/29/2025 |
| 6.7.0 | 501 | 11/15/2025 |
| 5.7.2 | 125 | 4/4/2026 |
| 5.7.1 | 336 | 11/29/2025 |
| 3.7.2 | 123 | 4/4/2026 |
| 3.7.1 | 340 | 11/29/2025 |
| 2.7.2 | 126 | 4/4/2026 |
| 2.7.1 | 319 | 11/29/2025 |
Bugfixes and new Features. For details see CHANGELOG.md