Method WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)
Apply window functions to grouped results.
Allows ranking, running totals, and other analytics on aggregated data.
Pro version receives FilterExpression directly for proper SQL compilation.
public IGroupedWindowedQueryable<TKey, TProps> WithWindow(Action<IGroupedWindowSpec<TKey, TProps>> windowConfig)