IProviderConnectorExecuteScript Method (Guid)

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 (24.3.0.1000)
Syntax
Object ExecuteScript(
	Guid parameterId
)

Parameters

parameterId
Type: SystemGuid
ID of the parameter.

Return Value

Type: Object
The script return value.
See Also