文件名称:微软sqlhelper 源码C# 注释
文件大小:11KB
文件格式:ZIP
更新时间:2014-09-17 09:47:46
c#,微软,SqlHelper,SqlServer
SqlHelper一个SqlServer 操作类,其中代码越3K行,基本覆盖了全部操作,您可以任意挑选你所需要的,并有详细的注释,以及事务处理。 DataTable,DataSet,DataReader等都包含其中 对Parameter有较好的处理 静态类可直接用! 简要如下 private utility methods & constructors ExecuteNonQuery ExecuteDataset ExecuteDataTable ExecuteReader ExecuteScalar ExecuteXmlReader FillDataset UpdateDataset CreateCommand ExecuteNonQueryTypedParams ExecuteDatasetTypedParams ExecuteReaderTypedParams ExecuteScalarTypedParams ExecuteXmlReaderTypedParams private methods, variables, and constructors caching functions Parameter Discovery Functions 下来看看,绝对值
【文件预览】:
SqlHelper.cs