EntityFramework.DynamicLinq 1.6.0.2

dotnet add package EntityFramework.DynamicLinq --version 1.6.0.2
                    
NuGet\Install-Package EntityFramework.DynamicLinq -Version 1.6.0.2
                    
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="EntityFramework.DynamicLinq" Version="1.6.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EntityFramework.DynamicLinq" Version="1.6.0.2" />
                    
Directory.Packages.props
<PackageReference Include="EntityFramework.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 EntityFramework.DynamicLinq --version 1.6.0.2
                    
#r "nuget: EntityFramework.DynamicLinq, 1.6.0.2"
                    
#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=EntityFramework.DynamicLinq&version=1.6.0.2
                    
Install EntityFramework.DynamicLinq as a Cake Addin
#tool nuget:?package=EntityFramework.DynamicLinq&version=1.6.0.2
                    
Install EntityFramework.DynamicLinq 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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 is compatible.  net46 is compatible.  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 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0.2 2,448 2 months ago
1.6.0.1 1,415 2 months ago
1.6.0 377 2 months ago
1.6.0-preview-03 88 2 months ago
1.6.0-preview-02 69 2 months ago
1.6.0-preview-01 73 2 months ago
1.5.1 4,963 4 months ago
1.5.0 656 4 months ago
1.4.9 652 5 months ago
1.4.8 1,681 5 months ago
1.4.7 2,296 5 months ago
1.4.6 4,323 6 months ago
1.4.5 7,774 7 months ago
1.4.4 4,919 8 months ago
1.4.3 1,580 9 months ago
1.4.2 1,042 9 months ago
1.4.1 350 9 months ago
1.4.0 2,900 5/31/2024
1.3.14 3,354 5/3/2024
1.3.13 482 4/25/2024
1.3.12 2,366 4/18/2024
1.3.10 6,586 3/3/2024
1.3.9 193 2/29/2024
1.3.9-preview-02 90 2/3/2024
1.3.9-preview-01 103 1/23/2024
1.3.8 27,116 1/20/2024
1.3.7 17,949 11/20/2023
1.3.6 156 11/19/2023
1.3.5 27,988 9/21/2023
1.3.4 7,094 8/3/2023
1.3.3 13,834 6/24/2023
1.3.2 9,137 4/1/2023
1.3.1 7,389 3/6/2023
1.3.0 834 3/3/2023
1.2.25 14,697 2/5/2023
1.2.24 15,598 12/18/2022
1.2.23 15,071 11/12/2022
1.2.22 3,182 11/6/2022
1.2.21 2,014 10/28/2022
1.2.20 13,833 9/3/2022
1.2.20-preview-01 164 9/3/2022
1.2.19 31,142 6/26/2022
1.2.18 57,999 3/7/2022
1.2.17 4,832 2/21/2022
1.2.16 546 2/19/2022
1.2.15 18,026 12/17/2021
1.2.14 6,823 11/9/2021
1.2.13 15,916 10/9/2021
1.2.12 22,383 7/31/2021
1.2.11 4,859 7/19/2021
1.2.10 58,098 5/31/2021
1.2.9 10,211 3/26/2021
1.2.8 7,110 2/13/2021
1.2.7 9,574 12/26/2020
1.2.7-preview-03 436 12/26/2020
1.2.7-preview-02 414 12/26/2020
1.2.7-preview-01 416 12/26/2020
1.2.6 15,069 11/25/2020
1.2.6-preview-01 316 11/25/2020
1.2.5 7,316 10/24/2020
1.2.4 809 10/19/2020
1.2.3 41,737 10/11/2020
1.2.2 7,241 8/19/2020
1.2.1 4,963 8/8/2020
1.2.0 767 7/27/2020
1.1.8 43,225 7/12/2020
1.1.7 598 7/6/2020
1.1.6 652 7/5/2020
1.1.5 890 6/15/2020
1.1.4 637 6/15/2020
1.1.3 649 6/15/2020
1.1.2 747 5/31/2020
1.1.1 634 5/14/2020
1.1.0 630 4/25/2020
1.0.24 716 4/16/2020
1.0.23 680 3/26/2020
1.0.22 673 3/18/2020
1.0.21 1,063 2/29/2020
1.0.20 966 1/11/2020
1.0.19 1,694 8/29/2019
1.0.18 943 7/2/2019
1.0.17 834 6/14/2019
1.0.16 789 6/6/2019
1.0.15 779 5/20/2019
1.0.14 747 5/14/2019
1.0.13 752 5/3/2019
1.0.12 856 3/26/2019
1.0.11 834 2/28/2019
1.0.10 909 2/5/2019
1.0.9.2 1,103 1/10/2019
1.0.9.1 882 1/7/2019
1.0.9 3,051 10/19/2018
1.0.8.18 1,651 9/4/2018
1.0.8.17 1,058 8/27/2018
1.0.8.16 1,098 8/19/2018
1.0.8.15 1,030 8/17/2018
1.0.8.14 1,035 8/14/2018
1.0.8.13 1,118 8/2/2018
1.0.8.12 1,231 7/27/2018
1.0.8.11 3,905 6/6/2018
1.0.8.10 1,192 6/5/2018
1.0.8.9 1,288 5/26/2018
1.0.8.8 1,213 5/21/2018
1.0.8.7 1,548 5/9/2018
1.0.8.6 3,331 4/28/2018
1.0.8.5 1,379 4/27/2018
1.0.8.3 1,399 3/30/2018
1.0.8.2 14,908 1/9/2018
1.0.8.1 1,286 1/5/2018
1.0.8 1,131 12/16/2017
1.0.4.7 1,630 9/12/2017
1.0.4.6 1,305 7/8/2017
1.0.4.4 2,237 6/27/2017
1.0.4.3 1,404 6/1/2017
1.0.4.2 1,161 6/1/2017
1.0.4.1 1,172 5/31/2017
1.0.4 1,530 5/17/2017
1.0.3.5 1,692 4/8/2017
1.0.3.4 1,399 3/30/2017
1.0.3.3 18,126 3/25/2017
1.0.3.2 1,881 10/31/2016
1.0.3.1 1,502 10/30/2016
1.0.3 2,029 10/22/2016
1.0.2 1,875 6/29/2016
1.0.1 2,517 6/27/2016
1.0.0 2,035 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md