非类型化 .net DataSet 是鸭子类型 DTO 吗?
好的,我正在使用索引器访问数据集中数据行的字段,但让我们将其视为只是一个语法功能。您是否愿意将其称为鸭子类型的东西,简化为 getter 和 setter,换句话说,数据传输对象?
Okay, I'm accessing the fields of a data row inside a data set using indexers, but let's consider this as just a syntactical feature. Would you go so far and call it a duck typed thing that is reduced to getters and setters, in other words a data transfer object?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以的。
字符串字典也可以是一个。
It can be.
A dictionary of strings can be one too.
是的。事实上,VB 中的语法使其更加明显。你可以写:
Yes, it is. In fact, there's syntax in VB that makes it even more obvious. You can write: