IProviderConnectorExecuteScript(Guid) Method

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

Parameters

parameterId  Guid
ID of the parameter.

Return Value

Object
The script return value.
See Also