TransformReader Class |
Namespace: Dundas.BI.Data.DataRetrieval
The TransformReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransformReader |
Initializes a new instance of the TransformReader class.
|
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.
|
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.
|