IReader Interface

Interface for data readers.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IReader : IDisposable

The IReader type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the element value located at the specified index.
Public propertySchema
Gets the column metadata of the reader.
Top
Methods
  NameDescription
Public methodCancel
Cancels the execution of the reader.
Public methodRead
Advances the reader to the next record.
Top
See Also