Class used for retrieving transform data.
Inheritance Hierarchy Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class TransformReader : ITransformReader,
IReader, IDisposable
Public Class TransformReader
Implements ITransformReader, IReader, IDisposable
public ref class TransformReader : ITransformReader,
IReader, IDisposable
type TransformReader =
class
interface ITransformReader
interface IReader
interface IDisposable
endThe TransformReader type exposes the following members.
Constructors| | Name | Description |
|---|
 | TransformReader |
Initializes a new instance of the TransformReader class.
|
Top
Properties| | Name | Description |
|---|
 | HasWarnings |
Gets a value indicating whether this instance,or one of its dependencies, has warnings.
|
 | ItemGuid |
Gets the element value for the specified ID.
|
 | ItemInt32 |
Gets the element value located at the specified index.
|
 | Map |
Gets the mapping of element ID to index.
|
 | Schema |
Gets the column metadata of the reader.
|
 | Warnings |
Gets the warnings for the current instance, as well as for any dependency objects.
|
Top
Methods| | Name | Description |
|---|
 | AddWarning |
Adds the warning to the current instance internal list.
|
 | Cancel |
Cancels the execution of the reader.
|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | Dispose(Boolean) |
Releases unmanaged and (optionally) managed resources.
|
 | Finalize |
Finalizes an instance of the TransformReader class.
(Overrides ObjectFinalize) |
 | HasElement |
Determines whether the element with the specified ID is part of the reader values.
|
 | Read |
Advances the reader to the next record.
|
Top
See Also