| ConnectionHelperGetFirstFoundConnectionString Method | 
            Gets the first found connection string by the prefix, if none found, returns null
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string GetFirstFoundConnectionString(
	string baseConnectionString,
	params string[] prefixes
)
Parameters
- baseConnectionString
- Type: SystemString
 Base connection string
- prefixes
- Type: SystemString
 Connection string prefixes to try
Return Value
Type: 
String See Also
See Also