Click or drag to resize

WorkspaceAPIUpdateDatasourceConnection Method

Update connection details for the specified datasource.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void UpdateDatasourceConnection(
	long datasourceId,
	Dictionary<string, Object> config
)

Parameters

datasourceId
Type: SystemInt64
Id of the datasource.
config
Type: System.Collections.GenericDictionaryString, Object
Contains the control configurations.
See Also