DataBufferGetElementValue(ConnectorElement, Boolean) Method

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 (26.2.0.1000)
Syntax
public Object? GetElementValue(
	ConnectorElement connectorElement,
	bool skipValidation
)

Parameters

connectorElement  ConnectorElement
The connector element.
skipValidation  Boolean
If set to , validation is not performed, to increase data retrieval performance.

Return Value

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