摘要:
using System;using System.Data;using System.Xml;using System.Data.OleDb;using System.Collections;using System.Configuration;namespace Microsoft.ApplicationBlocks.Data{ /// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses 阅读全文