Z.EntityFramework.Classic.DynamicLinq 1.4.8

Prefix Reserved
dotnet add package Z.EntityFramework.Classic.DynamicLinq --version 1.4.8                
NuGet\Install-Package Z.EntityFramework.Classic.DynamicLinq -Version 1.4.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="Z.EntityFramework.Classic.DynamicLinq" Version="1.4.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Z.EntityFramework.Classic.DynamicLinq --version 1.4.8                
#r "nuget: Z.EntityFramework.Classic.DynamicLinq, 1.4.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.
// Install Z.EntityFramework.Classic.DynamicLinq as a Cake Addin
#addin nuget:?package=Z.EntityFramework.Classic.DynamicLinq&version=1.4.8

// Install Z.EntityFramework.Classic.DynamicLinq as a Cake Tool
#tool nuget:?package=Z.EntityFramework.Classic.DynamicLinq&version=1.4.8                

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. 
.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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Z.EntityFramework.Classic.DynamicLinq:

Package Downloads
Avesta.Repository

Repository Component For Avesta

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.8 36 10/31/2024
1.4.7 70 10/26/2024
1.4.6 302 10/13/2024
1.4.5 1,064 8/20/2024
1.4.4 67 7/30/2024
1.4.3 116 7/1/2024
1.4.2 110 6/25/2024
1.4.1 111 6/21/2024
1.4.0 100 5/31/2024
1.3.14 341 5/3/2024
1.3.13 113 4/25/2024
1.3.12 111 4/18/2024
1.3.10 150 3/3/2024
1.3.9 111 2/29/2024
1.3.9-preview-02 98 2/3/2024
1.3.9-preview-01 95 1/23/2024
1.3.8 125 1/20/2024
1.3.7 1,042 11/20/2023
1.3.6 123 11/19/2023
1.3.5 266 9/21/2023
1.3.4 203 8/3/2023
1.3.3 207 6/24/2023
1.3.2 281 4/1/2023
1.3.1 278 3/6/2023
1.3.0 274 3/3/2023
1.2.25 273 2/5/2023
1.2.24 327 12/18/2022
1.2.23 380 11/12/2022
1.2.22 8,415 11/6/2022
1.2.21 358 10/28/2022
1.2.20 420 9/3/2022
1.2.20-preview-01 138 9/3/2022
1.2.19 829 6/26/2022
1.2.18 19,180 3/7/2022
1.2.17 451 2/21/2022
1.2.16 439 2/19/2022
1.2.15 349 12/17/2021
1.2.14 353 11/9/2021
1.2.13 357 10/9/2021
1.2.12 6,737 7/31/2021
1.2.11 363 7/19/2021
1.2.10 420 5/31/2021
1.2.9 1,763 3/26/2021
1.2.8 384 2/13/2021
1.2.7 1,291 12/26/2020
1.2.7-preview-03 379 12/26/2020
1.2.7-preview-02 379 12/26/2020
1.2.7-preview-01 356 12/26/2020
1.2.6 569 11/25/2020
1.2.6-preview-01 259 11/25/2020
1.2.5 536 10/24/2020
1.2.4 483 10/19/2020
1.2.3 455 10/11/2020
1.2.2 497 8/19/2020
1.2.1 481 8/8/2020
1.2.0 481 7/27/2020
1.1.8 523 7/12/2020
1.1.7 450 7/6/2020
1.1.6 545 7/5/2020
1.1.5 511 6/15/2020
1.1.4 459 6/15/2020
1.1.3 528 6/15/2020
1.1.2 558 5/31/2020
1.1.1 458 5/14/2020
1.1.0 455 4/25/2020
1.0.24 505 4/16/2020
1.0.23 492 3/26/2020
1.0.22 515 3/18/2020
1.0.21 534 2/29/2020
1.0.20 574 1/11/2020

Bugfixes and new Features. For details see CHANGELOG.md