System.Data.IDataReader public interface IDataReader : IDataRecord, IDisposable Documentation int Depth { get; } bool IsClosed { get; } int RecordsAffected { get; } void Close() DataTable GetSchemaTable() bool NextResult() bool Read()