groupby multiple columns in a F# 3.0 query
The following is an example of multiple columns being used for grouping in c# and converted to f# (overly paranoid management has made me rename everything, but I believe I have been consistent): (TheDatabase was generated by SqlMetal, GetSummedValuesResult is a F# record type) c# public static class Reports { public static IReadOnlyList<GetSummedValuesResult> GetSummedValues(TheDatabase db, … Read more