Aleksey N

Results 4 issues of Aleksey N

I think I found an error in your documentation in the "data pagination" section. ```c# // users is of type `PaginationResult` var users = query.Paginate(1, 10); foreach(var user in users.Each)...

Error in test suite #463

Hi Replaced simple component names with string constants. In my opinion it will be more understandable and convenient for further maintenance.

Hi Added a few methods that speed up development using SqlKata.