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.
我目前正在修改使用 c# 中的 SqlHelper 类的旧应用程序。如何使用 executedatareader 访问 OUTPUT 值?
您需要传递一个SqlParameter具有正确名称的对象,然后在调用后检查参数的值ExecuteDataReader。
SqlParameter
ExecuteDataReader