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
)
Public Function GetElementValue (
connectorElement As ConnectorElement,
skipValidation As Boolean
) As Object
public:
Object^ GetElementValue(
ConnectorElement^ connectorElement,
bool skipValidation
)
member GetElementValue :
connectorElement : ConnectorElement *
skipValidation : bool -> Object
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:
ObjectThe value.
Exceptions See Also