ListRequestHandler<TRow,TListRequest,TListResponse>.Process method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes the list request. This is the entry point for the handler.

public TListResponse Process(IDbConnection connection, TListRequest request)
parameter description
connection Connection
request Request

Exceptions

exception condition
ArgumentNullException connection or the request is null

See Also