ClientFiltering 1.0.13

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

// Install ClientFiltering as a Cake Tool
#tool nuget:?package=ClientFiltering&version=1.0.13

Adds Grouping with Aggregations:

This will still return a flat dataset, but the results will be sorted by the groups specified first so that paging continues to work.

A GroupBy result will also be created using the new GetCriteriaResult function that will give you each group by you requested, each value for the group under that in the subset of data and any aggregations that you require. This is useful for displaying aggregations on groupby footers etc.

Adds Overall Aggregations:

These work similarly to the GroupBy Aggregations, but function over the entire dataset and return the results. These can be useful when creating entire grid or other summary results.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
2.0.7 271 3/24/2023
2.0.6 199 3/24/2023
2.0.5 199 3/23/2023
2.0.4 193 3/23/2023
2.0.3 196 3/23/2023
2.0.2 191 3/23/2023
2.0.1 192 3/23/2023
1.0.15 216 3/14/2023
1.0.14 1,098 12/12/2022
1.0.13 580 10/4/2022
1.0.12 467 8/30/2022
1.0.11 373 8/25/2022
1.0.10 374 8/25/2022
1.0.9 365 8/25/2022
1.0.8 379 8/24/2022
1.0.7 381 8/18/2022
1.0.6 366 8/18/2022
1.0.5 832 9/10/2021
1.0.4 345 9/10/2021
1.0.3 339 9/10/2021
1.0.2 552 8/3/2021
1.0.1 289 8/3/2021
1.0.0 293 8/3/2021

Initial Release