TransformTuple Constructor (Object)

Initializes a new instance of the TransformTuple class.

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 TransformTuple(
	Object[] values
)

Parameters

values
Type: SystemObject
The data values.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is .
See Also