FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..getConfigValue Method

Get the config value from config table

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static string getConfigValue(
	string connectionString,
	string configKey,
	ref string sError
)
Public Shared Function getConfigValue ( _
	connectionString As String, _
	configKey As String, _
	ByRef sError As String _
) As String
public:
static String^ getConfigValue(
	String^ connectionString, 
	String^ configKey, 
	String^% sError
)

Parameters

connectionString
Type: String
Connection string to the database
configKey
Type: String
Configuration key
sError
Type: String%
Error value

Return Value