QuickAdmin.Net Reference
C#
Show/Hide TOC
IPaging
Service
TEntity
,
TKey
,
TFilter
Get
Paging
Output Method
执行查询,并返回指定页码的数据。
Definition
Namespace:
QuickAdmin.Service.CRUD
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
PagingOutput
<TEntity>
GetPagingOutput
(
PagingInput
<TFilter>
pagingInput
=
null
)
Parameters
pagingInput
PagingInput
TFilter
(Optional)
分页输入参数。
Return Value
PagingOutput
TEntity
分页输出。
Remarks
要确保始终不返回
null
。
See Also
Reference
IPagingService
TEntity, TKey, TFilter
Interface
QuickAdmin.Service.CRUD Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also