TransformReader Class

Class used for retrieving transform data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalTransformReader

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TransformReader : ITransformReader, 
	IReader, IDisposable

The TransformReader type exposes the following members.

Constructors
  NameDescription
Public methodTransformReader
Initializes a new instance of the TransformReader class.
Top
Properties
  NameDescription
Public propertyHasWarnings
Gets a value indicating whether this instance,or one of its dependencies, has warnings.
Public propertyItemGuid
Gets the element value for the specified ID.
Public propertyItemInt32
Gets the element value located at the specified index.
Public propertyMap
Gets the mapping of element ID to index.
Public propertySchema
Gets the column metadata of the reader.
Public propertyWarnings
Gets the warnings for the current instance, as well as for any dependency objects.
Top
Methods
  NameDescription
Public methodAddWarning
Adds the warning to the current instance internal list.
Public methodCancel
Cancels the execution of the reader.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and (optionally) managed resources.
Protected methodFinalize
Finalizes an instance of the TransformReader class.
(Overrides ObjectFinalize.)
Public methodHasElement
Determines whether the element with the specified ID is part of the reader values.
Public methodRead
Advances the reader to the next record.
Top
See Also