C#为什么SqlCommand构造函数同时具有SqlConnection和SqlTransaction?
虽然SqlTransaction具有Connection属性,但为什么SqlCommand有一个同时具有SqlConnection和SqlTransaction的构造函数?
链接地址: http://www.djcxy.com/p/20373.html上一篇: C# Why SqlCommand constructor has both SqlConnection and SqlTransaction?
下一篇: Is it necessary to dispose SqlConnection as well as SqlCommand?