RefCountingDataReader Class

An implementation of IDataReader which also properly cleans up the reference count on the given inner DatabaseConnectionWrapper when the reader is closed or disposed.

Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class RefCountingDataReader : DataReaderWrapper
'Declaration
Public Class RefCountingDataReader
    Inherits DataReaderWrapper
public ref class RefCountingDataReader : public DataReaderWrapper

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Practices.EnterpriseLibrary.Data.DataReaderWrapper
      Microsoft.Practices.EnterpriseLibrary.Data.RefCountingDataReader

See Also

RefCountingDataReader Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace