IProviderConnectorExecuteScript Method (Guid, IDictionaryString, Object)

Executes the script for the specified parameter ID.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
Object ExecuteScript(
	Guid parameterId,
	IDictionary<string, Object> scriptObjects
)

Parameters

parameterId
Type: SystemGuid
ID of the parameter.
scriptObjects
Type: System.Collections.GenericIDictionaryString, Object
The additional objects to be available in script.

Return Value

Type: Object
The script return value.
See Also