Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。
想要改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
7年前关闭。
Improve this question
如果
想要改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
7年前关闭。
Improve this question
如果
ExecuteNonQuery
,update
和insert
在失败的同时成功,返回什么值delete
? 最佳答案
ExecuteNonQuery
返回受影响的行数。
ExecuteNonQuery
For UPDATE, INSERT, and DELETE statements, the return value is the number of
rows affected by the command.
关于c# - ExecuteNonQuery返回什么int值,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21602070/
10-11 07:28