English 中文(简体)
如何使用企业库中的预处理语句?
原标题:
  • 时间:2008-10-10 21:40:13
  •  标签:

有没有方法告诉企业库使用准备好的语句?如果有,怎么做?

最佳回答

简短回答是使用 DbCommand.Prepare();

长答案是它完全不相关,并在调用存储过程时导致无操作。

而且,它只应在代码将进行多个调用(例如在循环中)具有相同查询时使用。

问题回答

You should be able to obtain the sqlConnection / Command being executed -> can t you set the relevant setting here before executing ??

Hope I ve got the right end of the stick...





相关问题
热门标签