DataBufferGetElementValue(ConnectorElement, Boolean) Method |
Gets the value for the specified connector element.
Namespace: Dundas.BI.Data.TransformsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 ConnectorElement
- The connector element.
- skipValidation Boolean
- If set to , validation is not performed, to increase data retrieval performance.
Return Value
ObjectThe value.
Exceptions
See Also