DapperQueryBuilder
DapperQueryBuilder copied to clipboard
adds GroupBy to IFromBuilder
Currently its not possible to add a GroupBy with the FluentQueryBuilder unless there is a WHERE clause. This change allows chaining the GroupBy off the IFromBuilder.