Share via


AdoDotNetReader.UnderlyingReader Property

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

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property UnderlyingReader As DbDataReader
public DbDataReader UnderlyingReader { get; }
public:
property DbDataReader^ UnderlyingReader {
    DbDataReader^ get ();
}
member UnderlyingReader : DbDataReader with get
function get UnderlyingReader () : DbDataReader

Property Value

Type: System.Data.Common.DbDataReader
The underlying DbDataReader object instance that is used by this class.

.NET Framework Security

See Also

Reference

AdoDotNetReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace