SQLHelper.cs//===============================================================================
SQLHelper.cs
// Microsoft Data Access Application Block for .NET微软.NET数据访问程序块
SQLHelper.cs
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp(可在此网页查看)
SQLHelper.cs
//
SQLHelper.cs
// SQLHelper.cs
SQLHelper.cs
//
SQLHelper.cs
// This file contains the implementations of the SqlHelper and SqlHelperParameterCache
SQLHelper.cs
// classes. 这个文件实现了SqlHelper类和SqlHelperParameterCache类
SQLHelper.cs
//其中SqlHelper类执行各种方式的数据操作处理,而SqlHelperParameterCache类则是获得存储过程的参数集合
SQLHelper.cs
// For more information see the Data Access Application Block Implementation Overview. 
SQLHelper.cs
// 
SQLHelper.cs
//===============================================================================
SQLHelper.cs
// Copyright (C) 2000-2001 Microsoft Corporation
SQLHelper.cs
// All rights reserved.
SQLHelper.cs
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
SQLHelper.cs
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
SQLHelper.cs
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
SQLHelper.cs
// FITNESS FOR A PARTICULAR PURPOSE.
SQLHelper.cs
//==============================================================================
SQLHelper.cs

SQLHelper.cs
using System;
SQLHelper.cs
using System.Data;
SQLHelper.cs
using System.Xml;
SQLHelper.cs
using System.Data.SqlClient;
SQLHelper.cs
using System.Collections;
SQLHelper.cs
SQLHelper.cs
SQLHelper.cs
namespace DataAccessTool

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2021-10-12
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23