Dapper - 按索引访问列
我正在尝试对旧数据库使用 dapper.net,某些存储过程返回具有多个同名但不同数据类型的列的结果。
现有代码只是忽略列的名称并使用结果上的列索引。
使用 Dapper 可以做到这一点吗?
I am trying to use dapper.net against a legacy database, some of the stored procedures return results with multiple columns of the same name, but different data types.
The existing code simply ignores the name of the column and uses the column index on the result.
Is this possible using Dapper?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论