???ReportClient.IsDbExist Method
Click or drag to resize
ReportClientIsDbExist Method
Check weather the database is exist or not

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsDbExist(
	string userURI,
	string dbName,
	Dictionary<string, string> config
)

Parameters

userURI
Type:??SystemString
The user URI
dbName
Type:??SystemString
The database name
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??Boolean
boolean value
See Also