ServiceHelper.SetSkipTakeTotal<T> method

namespace: Serenity.Services   assemblySerenity.Net.Services

Sets the Skip, Take and Total parameters in the response

public static void SetSkipTakeTotal<T>(this ListResponse<T> response, SqlQuery query)
parameter description
T Type of the response entities
response Response object
query Query to get params from

See Also