Click or drag to resize

ReportClientUpdateCloudDBConnection Method

Updates cloud connection information of the given view identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateCloudDBConnection(
	string tableURI,
	Dictionary<string, Object> connInfo,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
connInfo
Type: System.Collections.GenericDictionaryString, Object
"connInfo" Contains connection information to be updated.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also