AdoDotNetReader.UnderlyingReader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.