Can I group a table in Asp.net by month?
A IGrouping<'a, Order>.Key { get; } Gets the key of the IGrouping<out TKey, out TElement>. Returns: The key of the IGrouping<out TKey, out TElement>. Types: a is new { int Month } Cannot implicitly convert type 'int' to 'System.DateTimeOffset' This…