RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse>.Process method

namespace: Serenity.Services   assemblySerenity.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

See Also