pauldeen79.QueryFramework.Core 0.13.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package pauldeen79.QueryFramework.Core --version 0.13.7                
NuGet\Install-Package pauldeen79.QueryFramework.Core -Version 0.13.7                
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="pauldeen79.QueryFramework.Core" Version="0.13.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pauldeen79.QueryFramework.Core --version 0.13.7                
#r "nuget: pauldeen79.QueryFramework.Core, 0.13.7"                
#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 pauldeen79.QueryFramework.Core as a Cake Addin
#addin nuget:?package=pauldeen79.QueryFramework.Core&version=0.13.7

// Install pauldeen79.QueryFramework.Core as a Cake Tool
#tool nuget:?package=pauldeen79.QueryFramework.Core&version=0.13.7                

QueryFramework

Abstraction for executing SELECT queries on Sql Server, built on top of System.Data. (IDbConnection)

Fluent extensions to build queries.

Example using in-memory query provider:

var items = new[]
{
    new MyClass { Property = "A" },
    new MyClass { Property = "B" }
};
var sut = new QueryProvider<MyClass>(items);
var query = new SingleEntityQueryBuilder()
    .Where(nameof(MyClass.Property)).IsEqualTo("B")
    .Build();

var result = sut.Query(query);
// result only contains the second item because of the WHERE clause.

See unit tests for more examples.

Code generation

I am currently not storing generated files in the code repository. To generate, you have to trigger the code generation tool from either Visual Studio (hit F5) or a command prompt. This will replace all generated code.

Command to run code generation (example where you are in the root directory):

dotnet run --project ./src/QueryFramework.CodeGeneration\QueryFramework.CodeGeneration.csproj
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 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 (4)

Showing the top 4 NuGet packages that depend on pauldeen79.QueryFramework.Core:

Package Downloads
pauldeen79.QueryFramework.QueryParsers

Package Description

pauldeen79.QueryFramework.InMemory

Package Description

pauldeen79.QueryFramework.SqlServer

Package Description

pauldeen79.QueryFramework.FileSystemSearch

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.13.11 67 12/18/2024
0.13.10 214 10/30/2024
0.13.9 223 10/18/2024
0.13.8 247 9/21/2024
0.13.7 232 9/13/2024
0.13.5 423 5/13/2024
0.13.4 313 5/5/2024
0.13.3 249 5/3/2024
0.13.2 234 5/3/2024
0.13.1 223 5/2/2024
0.13.0 305 4/24/2024
0.12.0 251 4/17/2024
0.11.0 274 3/24/2024
0.10.4 268 3/22/2024
0.10.3 255 3/20/2024
0.10.2 304 3/14/2024
0.10.1 344 3/9/2024
0.9.2 518 12/19/2023
0.9.1 499 11/24/2023
0.9.0 484 11/20/2023
0.8.0 581 9/13/2023
0.7.5 548 9/13/2023
0.7.4 756 5/28/2023
0.7.2 761 5/11/2023
0.7.1 663 5/10/2023
0.7.0 649 5/10/2023
0.6.21 1,797 8/24/2022
0.6.20 1,860 5/28/2022
0.6.19 1,816 5/26/2022
0.6.18 1,756 5/26/2022
0.6.17 1,861 4/20/2022
0.6.16 1,824 4/9/2022
0.6.15 1,768 4/1/2022
0.6.14 1,793 4/1/2022
0.6.13 1,808 3/13/2022
0.6.12 1,849 3/9/2022
0.6.11 1,852 3/9/2022
0.6.10 1,848 3/8/2022
0.6.9 1,839 3/6/2022
0.6.8 1,822 3/6/2022
0.6.7 1,822 3/6/2022
0.6.6 1,840 2/28/2022
0.6.5 1,819 2/28/2022
0.6.4 1,708 2/26/2022
0.6.3 1,796 2/23/2022
0.6.2 1,834 2/22/2022
0.6.1 1,796 2/8/2022
0.6.0 1,828 2/7/2022
0.5.20 1,564 2/5/2022
0.5.19 1,610 2/5/2022
0.5.18 1,600 2/4/2022
0.5.17 1,554 2/4/2022
0.5.16 1,017 1/2/2022
0.5.15 1,015 12/19/2021
0.5.14 998 12/18/2021
0.5.13 930 12/17/2021
0.5.12 944 12/16/2021
0.5.11 985 12/13/2021
0.5.10 806 12/10/2021
0.5.9 861 12/10/2021
0.5.8 877 12/10/2021
0.5.7 848 12/10/2021
0.5.6 1,088 12/9/2021
0.5.5 881 11/30/2021
0.5.4 816 11/28/2021
0.5.3 810 11/27/2021
0.5.2 2,088 11/26/2021
0.5.1 1,968 11/26/2021
0.5.0 1,942 11/26/2021
0.4.10 3,570 11/25/2021
0.4.9 3,720 11/24/2021
0.4.8 830 11/23/2021
0.4.7 828 11/23/2021
0.4.6 1,388 11/21/2021
0.4.5 1,645 11/20/2021
0.4.4 1,710 11/20/2021
0.4.3 1,283 11/19/2021
0.4.2 915 11/18/2021
0.4.1 846 11/18/2021
0.4.0 850 11/18/2021
0.3.0 824 11/14/2021
0.2.0 943 11/1/2021
0.1.2 1,058 10/23/2021
0.1.1 647 10/23/2021