DataTable 是否实现了 IListSource?
文档(和智能感知)非常清楚地指出 DataTable
实现了 IListSource
。但是为什么 DataTable
没有 getList()
方法,它是 IListView
界面的(主要)部分呢?
The documentation (and intellisense) states very clearly that DataTable
implements IListSource
. But then why doesn't DataTable
have a getList()
method, which is (the main) part of the IListView
interface?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DataTable
使用显式接口实现 来实现IListSource.
您仍然可以通过以下方式使用该方法:
DataTable
uses Explicit Interface Implementation to implementIListSource
.You can still use the method via: