TransformReader Constructor

Initializes a new instance of the TransformReader class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TransformReader(
	Transform transform
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The transform for which the reader is created for.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
InvalidOperationExceptionThe operation is not allowed, as there is no data retrieval context associated with the specified transform.
See Also