IListHandler<TRow,TListRequest,TListResponse>.List method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes a List request
public TListResponse List(IDbConnection connection, TListRequest request)
| parameter | description |
|---|---|
| connection | Connection |
| request | List request |
See Also
- class TListResponse
- class TListRequest
- interface IListHandler<TRow,TListRequest,TListResponse>