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.
我为 db2 构建了这个自定义提供程序,并且我想知道,如果无论如何要构建一个自定义的“Take”方法,因为在 db2 中,“LIMIT”(或 TOP)是这样构建的:
select x from y FETCH FIRST 10 ROWS ONLY...-
我怎样才能做到这一点?
或者,我可以用 linq 写这个 fetch 吗?