Open this page in the API Guide

DataBuffer.GetElementValue 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 (25.1.0.1000)
Syntax
public Object GetElementValue(
	ConnectorElement connectorElement,
	bool skipValidation
)

Parameters

connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The connector element.
skipValidation
Type: System.Boolean
If set to true, validation is not performed, to increase data retrieval performance.

Return Value

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