ServiceQueryHelper class
namespace: Serenity.Services assembly: Serenity.Net.Services
Contains static helper methods for service handler queries.
public static class ServiceQueryHelper
Public Members
| name | description |
|---|---|
| static ApplyContainsText(…) | Applies contains text criteria to the query |
| static ApplySkipTakeAndCount(…) | Applies skip, take and exclude total count parameters to the query |
| static ApplySort(…) | Applies the sort order to the query (3 methods) |
| static GetContainsTextFilter(…) | Creates a contains text criteria |
| static GetNotDeletedCriteria(…) | Gets not deleted criteria for a row type, e.g. for rows that support soft delete. |
| static UseSoftDelete(…) | Returns if row uses soft delete |
See Also
- Source: ServiceQueryHelper.cs