ITransformReader Interface

Interface for data readers.

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 interface ITransformReader : IReader, 
	IDisposable

The ITransformReader type exposes the following members.

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.
(Inherited from IReader.)
Public propertyMap
Gets the mapping of element ID to index.
Public propertySchema
Gets the column metadata of the reader.
(Inherited from IReader.)
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.
(Inherited from IReader.)
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.
(Inherited from IReader.)
Top
See Also