ConnHelper MembersA Sandcastle Documented Class Library

The ConnHelper type exposes the following members.
Constructors

  NameDescription
Public methodConnHelper
Initializes a new instance of the ConnHelper class
Back to Top
Methods

  NameDescription
Public methodStatic membergetDbConnStr(DbProfile)
Returns a generated connection string using the given database connection profile.
Public methodStatic membergetDbConnStr(DatabaseTypes, String, String, String, String)
Returns a generated connection string using the given database connection data.
Public methodStatic memberLoadXmlData
Loads a database profile from the given xml file. Expects a properly formatted database connection configuration xml file. See existing files included in the bin dir of the web portal or the bin dir of the AcsPortalWcfSvc for samples.
Public methodStatic memberLoadXmlDataArray
Loads an array of database connection profiles. Expects a target xml file that point to a properly formatted database connection configuration xml.
Back to Top
See Also