resolveConnstring(ref Object, ref String, Boolean) Method

create a final connection string from passed String or number (environment), as well as a EnvPrefix for showing the environment (or set ConnString)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static void resolveConnstring(
	ref object ConnString,
	ref string EnvPrefix,
	bool getConnStrForDBSet
	)

Parameters

ConnString
Type: Object
passed connection string or environment number, resolved (=returned) to actual connection string
EnvPrefix
Type: String
prefix for showing environment (ConnString set if no environment)
getConnStrForDBSet
Type: Boolean