AdoDotNetReader.UnderlyingReader Property

Definition

Gets the underlying DbDataReader object instance that is used by this class.

public:
 property System::Data::Common::DbDataReader ^ UnderlyingReader { System::Data::Common::DbDataReader ^ get(); };
public System.Data.Common.DbDataReader UnderlyingReader { get; }
member this.UnderlyingReader : System.Data.Common.DbDataReader
Public ReadOnly Property UnderlyingReader As DbDataReader

Property Value

The underlying DbDataReader object instance that is used by this class.

Applies to