gpt4 book ai didi

.net - End using 是否关闭打开的 SQL 连接

转载 作者:行者123 更新时间:2023-12-01 17:32:45 26 4
gpt4 key购买 nike

如果我将 SQLConnection 包装在 using 中,我应该关闭它还是最终 using 处理它?<​​/p>

using cn as new system.data.sqlclient.sqlconnection()
cn.open
'{do a bunch of other stuff with commands and datareaders here}
cn.close 'Do I need this?
end using

最佳答案

退出 using block 会在相关对象(示例中的 cn)上调用 .Dispose(),这对于 SqlConnection 将关闭连接和所有打开的资源。

关于.net - End using 是否关闭打开的 SQL 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/376068/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com