TransformFetchElementValue Method

Fetches the value for the specified output element for run time data retrieval.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual Object FetchElementValue(
	ConnectorElement outputElement,
	bool skipValidation
)

Parameters

outputElement
Type: Dundas.BI.Data.TransformsConnectorElement
The output element.
skipValidation
Type: SystemBoolean
If set to parameter validation is skipped for performance reasons.

Return Value

Type: Object
The element value.
Exceptions
ExceptionCondition
ArgumentNullExceptionoutputElement is .
ArgumentExceptionoutputElement does not belong to the current instance.
Remarks
The transforms that process a single element at one time should override this method.
See Also