The ConnHelper type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ConnHelper | Initializes a new instance of the ConnHelper class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | getDbConnStr(DbProfile) |
Returns a generated connection string using the given
database connection profile.
|
![]() ![]() | getDbConnStr(DatabaseTypes, String, String, String, String) |
Returns a generated connection string using the given database connection data.
|
![]() ![]() | LoadXmlData |
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.
|
![]() ![]() | LoadXmlDataArray |
Loads an array of database connection profiles. Expects a target xml file
that point to a properly formatted database connection configuration xml.
|
See Also