mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
## v0.4.13
- 优化 MySql 日期类型精确至毫秒; - 增加 Distinct 查询前去重数据;
This commit is contained in:
@ -242,5 +242,11 @@ namespace FreeSql {
|
||||
/// <param name="pageSize">每页多少</param>
|
||||
/// <returns></returns>
|
||||
TSelect Page(int pageIndex, int pageSize);
|
||||
|
||||
/// <summary>
|
||||
/// 查询数据前,去重
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
TSelect Distinct();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user