Get the config value from config table
Namespace:
FlowWright.deDataAccess
Assembly:
deDataAccess (in deDataAccess.dll)
Public Shared Function getConfigValue ( _
connectionString As String, _
configKey As String, _
ByRef sError As String _
) As String
Parameters
- connectionString
- Type: String
Connection string to the database
- configKey
- Type: String
Configuration key
- sError
- Type: String%
Error value
Return Value