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