ConnectorElementProcessElementValue Method

Performs data type adjustments that are needed for an element output value to match its element's type. Generates warnings if meaningful changes to the data are needed (e.g. string truncation).

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Object ProcessElementValue(
	Object value
)

Parameters

value
Type: SystemObject
The value to process.

Return Value

Type: Object
The adjusted value.
See Also