本文介绍了在Visual Studio中使用SQLHelper而不是自己的Sql命令代码的好处的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我想知道使用sqlhelper类对你自己的Sql命令代码有什么好处吗?



我知道它的代码少了很少,只有一行带有sql参数和sql语句。



在此先感谢您的帮助。

Hi there everyone, I would likt to know if there are any benefits of using the sqlhelper class over your own Sql command code ?

I know that its a lot less code for one, its just one line with the sql Parameters and sql statement.

Thanks in advance for your assistance.

推荐答案


这篇关于在Visual Studio中使用SQLHelper而不是自己的Sql命令代码的好处的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 21:26