RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse>.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the retrieve request. This is the entry point for the handler.
public TRetrieveResponse Process(IDbConnection connection, TRetrieveRequest request)
| parameter | description |
|---|---|
| connection | Connection |
| request | Request |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | connection or the request is null |