IApplicationInfoServiceGetAppDbConnectionString Method  | 
 Gets the application database connection string.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxstring GetAppDbConnectionString(
	bool includePassword
)
Function GetAppDbConnectionString ( 
	includePassword As Boolean
) As String
String^ GetAppDbConnectionString(
	bool includePassword
)
abstract GetAppDbConnectionString : 
        includePassword : bool -> string 
Parameters
- includePassword
 - Type: SystemBoolean
                If set to  the password will be included in the connection string;
                otherwise, the password will be replaced with asterisks.
             
Return Value
Type: 
StringThe connection string for the application database.
Exceptions
See Also