using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections; namespace Microsoft { /// /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// public