DapperQueryBuilder icon indicating copy to clipboard operation
DapperQueryBuilder copied to clipboard

adds GroupBy to IFromBuilder

Open ksmith173 opened this issue 3 years ago • 0 comments

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.

ksmith173 avatar Sep 01 '22 14:09 ksmith173