Mono Class Library: System.Data Namespace

System.Data.IDataReader

Forward-only result set reader [Edit]

See Also: IDataReader Members

public interface IDataReader : IDataRecord, IDisposable

Remarks

This class provides a forward-only way to go through the results of a query. Although it is less convenient than a DataSet, it is faster. [Edit]

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0