Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的下一个项目使用 Simple.Data,并且遇到了一些看起来像错误的东西。
如果我尝试对表使用 All 或 FindAll 函数并且结果集超过 100 行(有时我可以得到 101 或 102,但我从来没有得到 103),我会收到对象引用错误。
我的第一个想法是,可能有一些设置可以让我达到这个限制,但我已经阅读了所有我能找到的文档并且没有看到类似的东西。
我正在使用 SQL Server。
有谁知道出了什么问题?
是的,根据 Mark Rendle 的说法,它应该在最新版本中修复:
结果集大于 100 行导致 DataReaderEnumerator 出错
我认为这个问题以前不存在。