pauldeen79.QueryFramework.SqlServer
0.13.17
dotnet add package pauldeen79.QueryFramework.SqlServer --version 0.13.17
NuGet\Install-Package pauldeen79.QueryFramework.SqlServer -Version 0.13.17
<PackageReference Include="pauldeen79.QueryFramework.SqlServer" Version="0.13.17" />
<PackageVersion Include="pauldeen79.QueryFramework.SqlServer" Version="0.13.17" />
<PackageReference Include="pauldeen79.QueryFramework.SqlServer" />
paket add pauldeen79.QueryFramework.SqlServer --version 0.13.17
#r "nuget: pauldeen79.QueryFramework.SqlServer, 0.13.17"
#addin nuget:?package=pauldeen79.QueryFramework.SqlServer&version=0.13.17
#tool nuget:?package=pauldeen79.QueryFramework.SqlServer&version=0.13.17
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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.3)
- pauldeen79.CrossCutting.Data.Core (>= 5.0.15)
- pauldeen79.CrossCutting.Data.Sql (>= 6.0.15)
- pauldeen79.QueryFramework.Abstractions (>= 0.13.17)
- pauldeen79.QueryFramework.Core (>= 0.13.17)
- System.Data.SqlClient (>= 4.9.0)
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 |
---|---|---|
0.13.17 | 152 | 3/16/2025 |
0.13.16 | 124 | 3/2/2025 |
0.13.15 | 135 | 2/18/2025 |
0.13.14 | 130 | 2/15/2025 |
0.13.13 | 121 | 12/28/2024 |
0.13.12 | 118 | 12/27/2024 |
0.13.11 | 125 | 12/18/2024 |
0.13.10 | 141 | 10/30/2024 |
0.13.9 | 165 | 10/18/2024 |
0.13.8 | 200 | 9/21/2024 |
0.13.7 | 136 | 9/13/2024 |
0.13.5 | 299 | 5/13/2024 |
0.13.4 | 152 | 5/5/2024 |
0.13.3 | 108 | 5/3/2024 |
0.13.2 | 109 | 5/3/2024 |
0.13.1 | 101 | 5/2/2024 |
0.13.0 | 147 | 4/24/2024 |
0.12.0 | 144 | 4/17/2024 |
0.11.0 | 160 | 3/24/2024 |
0.10.4 | 145 | 3/22/2024 |
0.10.3 | 146 | 3/20/2024 |
0.10.2 | 164 | 3/14/2024 |
0.10.1 | 168 | 3/9/2024 |
0.9.2 | 260 | 12/19/2023 |
0.9.1 | 191 | 11/24/2023 |
0.9.0 | 147 | 11/20/2023 |
0.8.0 | 174 | 9/13/2023 |
0.7.5 | 162 | 9/13/2023 |
0.7.4 | 212 | 5/28/2023 |
0.7.2 | 209 | 5/11/2023 |
0.7.1 | 200 | 5/10/2023 |
0.7.0 | 211 | 5/10/2023 |
0.6.21 | 479 | 8/24/2022 |
0.6.20 | 481 | 5/28/2022 |
0.6.19 | 508 | 5/26/2022 |
0.6.18 | 447 | 5/26/2022 |
0.6.17 | 507 | 4/20/2022 |
0.6.16 | 493 | 4/9/2022 |
0.6.15 | 492 | 4/1/2022 |
0.6.14 | 490 | 4/1/2022 |
0.6.13 | 509 | 3/13/2022 |
0.6.12 | 485 | 3/9/2022 |
0.6.11 | 487 | 3/9/2022 |
0.6.10 | 477 | 3/8/2022 |
0.6.9 | 502 | 3/6/2022 |
0.6.8 | 479 | 3/6/2022 |
0.6.7 | 489 | 3/6/2022 |
0.6.6 | 490 | 2/28/2022 |
0.6.5 | 486 | 2/28/2022 |
0.6.4 | 501 | 2/26/2022 |
0.6.3 | 492 | 2/23/2022 |
0.6.2 | 531 | 2/22/2022 |
0.6.1 | 485 | 2/8/2022 |
0.6.0 | 491 | 2/7/2022 |
0.5.20 | 509 | 2/5/2022 |
0.5.19 | 506 | 2/5/2022 |
0.5.18 | 542 | 2/4/2022 |
0.5.17 | 510 | 2/4/2022 |
0.5.16 | 369 | 1/2/2022 |
0.5.15 | 366 | 12/19/2021 |
0.5.14 | 358 | 12/18/2021 |
0.5.13 | 343 | 12/17/2021 |
0.5.12 | 349 | 12/16/2021 |
0.5.11 | 337 | 12/13/2021 |
0.5.10 | 361 | 12/10/2021 |
0.5.9 | 359 | 12/10/2021 |
0.5.8 | 327 | 12/10/2021 |
0.5.7 | 351 | 12/10/2021 |
0.5.6 | 549 | 12/9/2021 |
0.5.5 | 384 | 11/30/2021 |
0.5.4 | 336 | 11/28/2021 |
0.5.3 | 329 | 11/27/2021 |
0.5.2 | 1,584 | 11/26/2021 |
0.5.1 | 1,464 | 11/26/2021 |
0.5.0 | 1,483 | 11/26/2021 |
0.4.10 | 3,071 | 11/25/2021 |
0.4.9 | 3,215 | 11/24/2021 |
0.4.8 | 352 | 11/23/2021 |
0.4.7 | 332 | 11/23/2021 |
0.4.6 | 845 | 11/21/2021 |
0.4.5 | 1,097 | 11/20/2021 |
0.4.4 | 1,192 | 11/20/2021 |
0.4.3 | 841 | 11/19/2021 |
0.4.2 | 406 | 11/18/2021 |
0.4.1 | 344 | 11/18/2021 |
0.4.0 | 358 | 11/18/2021 |
0.3.0 | 334 | 11/14/2021 |
0.2.0 | 400 | 11/1/2021 |
0.1.2 | 407 | 10/23/2021 |
0.1.1 | 402 | 10/23/2021 |