-
Notifications
You must be signed in to change notification settings - Fork 872
找不到新的ToChunkAsync方法 #2015
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Comments
是的,暂时没有 ToChunkAsync |
单表没有,多表有,可能漏了吧 |
新版本即将发布: await foreach (var items in fsql.Select<User1>().ToChunkAsyncEnumerable(10))
{
foreach (var item in items)
Console.WriteLine(item.Nickname);
} |
这个正好也能用上,什么时候发? |
No Sign up for free
to join this conversation on GitHub.
Already have an account?
No Sign in to comment
问题描述及重现代码:
这里没有ToChunkAsync方法只有ToChunk同步方法
数据库版本
安装的Nuget包
.net framework/. net core? 及具体版本
net8 控制台项目
The text was updated successfully, but these errors were encountered: