ITransformReader Interface |
Namespace: Dundas.BI.Data.DataRetrieval
The ITransformReader type exposes the following members.
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.
(Inherited from IReader.) |
![]() | Map |
Gets the mapping of element ID to index.
|
![]() | Schema |
Gets the column metadata of the reader.
(Inherited from IReader.) |
![]() | 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.
(Inherited from IReader.) |
![]() | HasElement |
Determines whether the element with the specified ID is part of the reader values.
|
![]() | Read |
Advances the reader to the next record.
(Inherited from IReader.) |