mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
🚀增加分页模型分页及示例
This commit is contained in:
@ -402,6 +402,13 @@ namespace FreeSql
|
||||
/// <returns></returns>
|
||||
TSelect Page(int pageNumber, int pageSize);
|
||||
|
||||
/// <summary>
|
||||
/// 分页
|
||||
/// </summary>
|
||||
/// <param name="pagingInfo">分页信息</param>
|
||||
/// <returns></returns>
|
||||
TSelect Page(BasePagingInfo pagingInfo);
|
||||
|
||||
/// <summary>
|
||||
/// 查询数据前,去重
|
||||
/// <para>
|
||||
|
Reference in New Issue
Block a user