using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections; using System.Configuration; /// /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// public sealed class SqlHelper { #region private utility methods & constructors