pauldeen79.QueryFramework.Core
0.13.17
dotnet add package pauldeen79.QueryFramework.Core --version 0.13.17
NuGet\Install-Package pauldeen79.QueryFramework.Core -Version 0.13.17
<PackageReference Include="pauldeen79.QueryFramework.Core" Version="0.13.17" />
<PackageVersion Include="pauldeen79.QueryFramework.Core" Version="0.13.17" />
<PackageReference Include="pauldeen79.QueryFramework.Core" />
paket add pauldeen79.QueryFramework.Core --version 0.13.17
#r "nuget: pauldeen79.QueryFramework.Core, 0.13.17"
#addin nuget:?package=pauldeen79.QueryFramework.Core&version=0.13.17
#tool nuget:?package=pauldeen79.QueryFramework.Core&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. |
.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
- pauldeen79.QueryFramework.Abstractions (>= 0.13.17)
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.17 | 192 | a month ago |
0.13.16 | 215 | a month ago |
0.13.15 | 218 | 2 months ago |
0.13.14 | 210 | 2 months ago |
0.13.13 | 216 | 4 months ago |
0.13.12 | 214 | 4 months ago |
0.13.11 | 211 | 4 months ago |
0.13.10 | 231 | 5 months ago |
0.13.9 | 238 | 6 months ago |
0.13.8 | 257 | 7 months ago |
0.13.7 | 250 | 7 months ago |
0.13.5 | 430 | 5/13/2024 |
0.13.4 | 322 | 5/5/2024 |
0.13.3 | 264 | 5/3/2024 |
0.13.2 | 242 | 5/3/2024 |
0.13.1 | 233 | 5/2/2024 |
0.13.0 | 311 | 4/24/2024 |
0.12.0 | 259 | 4/17/2024 |
0.11.0 | 282 | 3/24/2024 |
0.10.4 | 275 | 3/22/2024 |
0.10.3 | 261 | 3/20/2024 |
0.10.2 | 310 | 3/14/2024 |
0.10.1 | 351 | 3/9/2024 |
0.9.2 | 525 | 12/19/2023 |
0.9.1 | 503 | 11/24/2023 |
0.9.0 | 487 | 11/20/2023 |
0.8.0 | 584 | 9/13/2023 |
0.7.5 | 553 | 9/13/2023 |
0.7.4 | 763 | 5/28/2023 |
0.7.2 | 768 | 5/11/2023 |
0.7.1 | 673 | 5/10/2023 |
0.7.0 | 660 | 5/10/2023 |
0.6.21 | 1,811 | 8/24/2022 |
0.6.20 | 1,877 | 5/28/2022 |
0.6.19 | 1,831 | 5/26/2022 |
0.6.18 | 1,772 | 5/26/2022 |
0.6.17 | 1,877 | 4/20/2022 |
0.6.16 | 1,840 | 4/9/2022 |
0.6.15 | 1,786 | 4/1/2022 |
0.6.14 | 1,812 | 4/1/2022 |
0.6.13 | 1,828 | 3/13/2022 |
0.6.12 | 1,867 | 3/9/2022 |
0.6.11 | 1,870 | 3/9/2022 |
0.6.10 | 1,873 | 3/8/2022 |
0.6.9 | 1,858 | 3/6/2022 |
0.6.8 | 1,840 | 3/6/2022 |
0.6.7 | 1,840 | 3/6/2022 |
0.6.6 | 1,858 | 2/28/2022 |
0.6.5 | 1,836 | 2/28/2022 |
0.6.4 | 1,729 | 2/26/2022 |
0.6.3 | 1,818 | 2/23/2022 |
0.6.2 | 1,854 | 2/22/2022 |
0.6.1 | 1,819 | 2/8/2022 |
0.6.0 | 1,847 | 2/7/2022 |
0.5.20 | 1,584 | 2/5/2022 |
0.5.19 | 1,629 | 2/5/2022 |
0.5.18 | 1,618 | 2/4/2022 |
0.5.17 | 1,573 | 2/4/2022 |
0.5.16 | 1,036 | 1/2/2022 |
0.5.15 | 1,033 | 12/19/2021 |
0.5.14 | 1,017 | 12/18/2021 |
0.5.13 | 950 | 12/17/2021 |
0.5.12 | 963 | 12/16/2021 |
0.5.11 | 1,005 | 12/13/2021 |
0.5.10 | 825 | 12/10/2021 |
0.5.9 | 880 | 12/10/2021 |
0.5.8 | 897 | 12/10/2021 |
0.5.7 | 868 | 12/10/2021 |
0.5.6 | 1,108 | 12/9/2021 |
0.5.5 | 899 | 11/30/2021 |
0.5.4 | 835 | 11/28/2021 |
0.5.3 | 829 | 11/27/2021 |
0.5.2 | 2,107 | 11/26/2021 |
0.5.1 | 1,987 | 11/26/2021 |
0.5.0 | 1,961 | 11/26/2021 |
0.4.10 | 3,589 | 11/25/2021 |
0.4.9 | 3,741 | 11/24/2021 |
0.4.8 | 850 | 11/23/2021 |
0.4.7 | 847 | 11/23/2021 |
0.4.6 | 1,408 | 11/21/2021 |
0.4.5 | 1,666 | 11/20/2021 |
0.4.4 | 1,730 | 11/20/2021 |
0.4.3 | 1,304 | 11/19/2021 |
0.4.2 | 934 | 11/18/2021 |
0.4.1 | 866 | 11/18/2021 |
0.4.0 | 870 | 11/18/2021 |
0.3.0 | 844 | 11/14/2021 |
0.2.0 | 969 | 11/1/2021 |
0.1.2 | 1,079 | 10/23/2021 |
0.1.1 | 666 | 10/23/2021 |