Dapper-Extensions icon indicating copy to clipboard operation
Dapper-Extensions copied to clipboard

GetPage<> with sql statement AND GetPage<> GetSet<> suggession

Open winnyrain opened this issue 7 years ago • 1 comments

How can I use GetPage<> with sql statement? Has it not implemented? will it be implemented in the next version?

GetPage<> GetSet<> suggession: When using this methods with a null sort list ,it says "Sort cannot be null or empty." Can we use Identity Key field when sort list is null for default? Thanks.

winnyrain avatar Nov 04 '17 03:11 winnyrain

If you have the SQL statement you can use the query method right? It would allow you even to control the paging method.

About the sorting it's fixed for the next version.

valfrid-ly avatar May 11 '21 12:05 valfrid-ly