Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nielsbosma/pivotpad

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet

PivotPad

Pivot extension for LINQPad.

screenshot.png

Usage

Add the PivotPad nuget package to your LINQPad query.

Example:

var data = db.Orders.Pivot(e => 
    e
        .Column(f => f.Employee)
        .DateRow(f => f.OrderDate, PivotDatePart.Year|PivotDatePart.Month|PivotDatePart.Day)
        .Measure(f => f.TotalAmount, PivotAggregation.Sum)
);

Uses https://www.webdatarocks.com/ for the pivot table.

About

Pivot extension for LinqPad.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.