文件名称:微软SQLHelper类源码,C#版
文件大小:9KB
文件格式:RAR
更新时间:2013-09-28 14:01:07
SQLHelper 源码 C#
微软SQLHelper类源码,C#版 // =============================================================================== // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp // // SQLHelper.cs // // This file contains the implementations of the SqlHelper and SqlHelperParameterCache // classes. // // For more information see the Data Access Application Block Implementation Overview. // =============================================================================== // Release history // VERSION DESCRIPTION // 2.0 Added support for FillDataset, UpdateDataset and "Param" helper methods // // =============================================================================== // Copyright (C) 2000-2001 Microsoft Corporation // All rights reserved. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR // FITNESS FOR A PARTICULAR PURPOSE. // ==============================================================================
【文件预览】:
SQLHelper.cs