mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update FastestProvider
This commit is contained in:
parent
f4446e3556
commit
534a9fadd6
@ -61,6 +61,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (Size > 0)
|
if (Size > 0)
|
||||||
{
|
{
|
||||||
|
if (this.GetBuider()?.DbFastestProperties?.NoPage == true)
|
||||||
|
{
|
||||||
|
Size = int.MaxValue;
|
||||||
|
}
|
||||||
int resul=0;
|
int resul=0;
|
||||||
await this.context.Utilities.PageEachAsync(datas, Size, async item =>
|
await this.context.Utilities.PageEachAsync(datas, Size, async item =>
|
||||||
{
|
{
|
||||||
|
@ -14,5 +14,6 @@ namespace SqlSugar
|
|||||||
public bool IsMerge { get; set; }
|
public bool IsMerge { get; set; }
|
||||||
public bool IsNoCopyDataTable { get; set; }
|
public bool IsNoCopyDataTable { get; set; }
|
||||||
public bool IsConvertDateTimeOffsetToDateTime { get; set; }
|
public bool IsConvertDateTimeOffsetToDateTime { get; set; }
|
||||||
|
public bool NoPage { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user