DataBufferGetElementValue Method (ConnectorElement, Boolean)

Gets the value for the specified connector element.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Object GetElementValue(
	ConnectorElement connectorElement,
	bool skipValidation
)

Parameters

connectorElement
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
skipValidation
Type: SystemBoolean
If set to , validation is not performed, to increase data retrieval performance.

Return Value

Type: Object
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement is .
ArgumentExceptionThere buffer has not been setup to hold values for the specified connectorElement.
See Also