Pivot table in c# entity framework
Maybe a bit too late but better ever than never.This dataset (actually any enumerable source, not only Entity Framework collections) can be easily pivoted with NReco PivotData C# library...
View ArticlePivot table in c# entity framework
Hi Fernando,I wanted to know how would you do a two way binding between the List<IsoPivot> and the DataGrid. I need something similar in my project.Regards,Gopi
View ArticlePivot table in c# entity framework
Hi Samparh;No, not that I have been able to code or have read on any Microsoft documentation. The big problem is that Linq to SQL and Linq to Entity Framework does not have any conversion between...
View ArticlePivot table in c# entity framework
Hi,I am also trying to do same pivoting operation in Entity Framework. using above solution i'm able to get the solution, but is there any other easy solution to achieve pivoting using only Entity...
View ArticlePivot table in c# entity framework
Hi vicksss;I am not sure what your classes Currency and Rate are in your code. The code snippet below makes a query to a table in the database I called ISO and the EDX tool renamed it to ISOes. The...
View ArticlePivot table in c# entity framework
ISO CodedescriptionYearvalueCADCanadian Dollar20091.3001CADCanadian Dollar20101.3001CADCanadian Dollar20110.0001EUREuro20091.0000EUREuro20101.0000EUREuro20110.0001USDUS Dollar20091.2300USDUS...
View Article