protected override void Dispose(bool disposing) { if (disposing) { InnerDataReader.Dispose(); } base.Dispose(disposing); }