SqlConnection的dispose和close方法差异和using的使用选择
SqlConnection的dispose和close方法差异和using的使用选择2011-08-07 博客园 MoonWalkerClose() and Dispose() are basically the same thing on an ADO.NET connectionobject for providers shipped by Microsoft, and typically for 3rd partyproviders as well ...