Info
Version: | 1.2.1.8 |
Author(s): | Jurio_li |
Last Update: | Saturday, April 8, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jurioli/Applied |
NuGet Url: | https://www.nuget.org/packages/Applied |
Install
Install-Package Applied
dotnet add package Applied
paket add Applied
Applied Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
single item mapping use [ item.Apply(()=>new { .
}); ],multiple array items mapping use [ items.Apply(a=>new { .}); ].
Extension methods for SQL Window Function in Linq,
use [ items.GroupBy(a =>...).AsPartition(p=> p.OrderBy(a=>...)).Over(p=>...); ],can also be customize function.