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.
我正在尝试为集合中的每个对象在数据库中进行更新,因此我想更新 SQLParameters 的值,以便它反映集合中的当前对象。
另一件事,当我使用 command.Parameteres.Add(MySQLParameter) 时,如果我添加相同的 SQLParameter 两次,它是堆叠一个还是另一个 SQLCommand 知道它是相同的 SQLParameter 并覆盖它的信息?
谢谢!
是的,您可以更改.Value参数的。这实际上是意料之中的,尤其是当您在具有不同值的循环中调用同一命令时。不要两次添加参数。
.Value