ServiceHelper.SetSkipTakeTotal<T> method
namespace: Serenity.Services assembly: Serenity.Net.Services
Sets the Skip, Take and Total parameters in the response
public static void SetSkipTakeTotal<T>(this ListResponse<T> response, SqlQuery query)
| parameter | description |
|---|---|
| T | Type of the response entities |
| response | Response object |
| query | Query to get params from |
See Also
- class ListResponse<T>
- class T
- class SqlQuery
- class ServiceHelper