TransformReader Constructor |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic TransformReader(
Transform transform
)
Public Sub New (
transform As Transform
)
public:
TransformReader(
Transform^ transform
)
new :
transform : Transform -> TransformReaderParameters
- transform
- Type: Dundas.BI.Data.TransformsTransform
The transform for which the reader is created for.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | transform is . |
| InvalidOperationException | The operation is not allowed, as there is no data retrieval context associated with the specified transform. |
See Also