Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.27 KB

ServiceQueryHelper.md

File metadata and controls

23 lines (17 loc) · 1.27 KB

ServiceQueryHelper class

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