IListRequestProcessor.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the ListRequest and returns a ListResponse
public IListResponse Process(IDbConnection connection, ListRequest request)
| parameter | description |
|---|---|
| connection | Connection |
| request | List request |
See Also
- interface IListResponse
- class ListRequest
- interface IListRequestProcessor