CRUDServiceBaseTEntity, TKey, TInput, TFilterGetISelect(PagingInputTFilter) Method
获取应用了分页输入参数内的过滤器、排序等等以及其它选项的 ISelect 对象。
供
GetPagingOutput()/
GetDtoPagingOutput 调用来获取已按照
pagingInput 进行了过滤条件以及排序等设置的 ISelect 对象。
方法内依次执行:
此方法返回的 ISelect 并没有进行分页设置(ISelect.Page()),重写时也不可进行分页设置。